From 391b24bc17f8ce669a0d825867dd3651b54bf65a Mon Sep 17 00:00:00 2001 From: Cadel Watson Date: Thu, 16 Mar 2017 17:01:49 +1100 Subject: [PATCH] Add websockets dependency to ReadTheDocs environment --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 7eee43a5..298ea552 100644 --- a/environment.yml +++ b/environment.yml @@ -15,4 +15,5 @@ dependencies: - httptools>=0.0.9 - ujson>=1.35 - aiofiles>=0.3.0 + - websockets>=3.2 - https://github.com/channelcat/docutils-fork/zipball/master \ No newline at end of file