diff --git a/Projectfile b/Projectfile index eae80f1..5717a51 100644 --- a/Projectfile +++ b/Projectfile @@ -26,7 +26,6 @@ install_requires = [ 'requests >=2.12,<2.13', 'stevedore >=1.19,<1.20', 'toolz >=0.8,<0.9', - ] extras_require = { diff --git a/config/conda.yml b/config/conda.yml index 177a6c3..3826f4e 100644 --- a/config/conda.yml +++ b/config/conda.yml @@ -5,4 +5,9 @@ dependencies: - setuptools=20.3=py35_0 - wheel=0.29.0=py35_0 - pip: - - psycopg2>=2.6.1 + - 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