experimenting with conda/pip

This commit is contained in:
Romain Dorgueil
2017-01-17 23:33:18 +01:00
parent 9020530420
commit 1936d1f194
2 changed files with 10 additions and 3 deletions

View File

@ -6,4 +6,8 @@ dependencies:
- wheel=0.29.0=py35_0 - wheel=0.29.0=py35_0
- pip: - pip:
- psycopg2 >=2.6.1 - psycopg2 >=2.6.1
- .[dev] - 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

View File

@ -1,2 +1,5 @@
conda: conda:
file: config/conda.yml file: config/conda.yml
python:
extra_requirements:
- dev