This commit is contained in:
Channel Cat 2017-01-29 13:52:17 -08:00
parent 884d3a0316
commit 3fd6ecaedb
2 changed files with 9 additions and 0 deletions

7
environment.yml Normal file
View File

@ -0,0 +1,7 @@
name: py35
dependencies:
- pip:
- uvloop>=0.5.3
- httptools>=0.0.9
- ujson>=1.35
- aiofiles>=0.3.0

2
readthedocs.yml Normal file
View File

@ -0,0 +1,2 @@
conda:
file: environment.yml