From f2c7fbb4c0ffe5159bf0587c9675a635ce587237 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Tue, 17 Jan 2017 23:30:58 +0100 Subject: [PATCH] experimenting with conda/pip --- Projectfile | 1 - config/conda.yml | 7 ++++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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