diff --git a/config/conda.yml b/config/conda.yml index e98ce45..3826f4e 100644 --- a/config/conda.yml +++ b/config/conda.yml @@ -5,5 +5,9 @@ dependencies: - setuptools=20.3=py35_0 - wheel=0.29.0=py35_0 - pip: - - psycopg2>=2.6.1 - - .[dev] + - psycopg2 >=2.6.1 + - blessings >=1.6,<1.7 + - psutil >=5.0,<5.1 + - requests >=2.12,<2.13 + - stevedore >=1.19,<1.20 + - toolz >=0.8,<0.9 diff --git a/readthedocs.yml b/readthedocs.yml index 17e7d25..8a7f195 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,2 +1,5 @@ conda: - file: config/conda.yml + file: config/conda.yml +python: + extra_requirements: + - dev