From 1936d1f1947e9f520bb6fb701995a01034888022 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Tue, 17 Jan 2017 23:33:18 +0100 Subject: [PATCH] experimenting with conda/pip --- config/conda.yml | 8 ++++++-- readthedocs.yml | 5 ++++- 2 files changed, 10 insertions(+), 3 deletions(-) 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