separate packages needed for docker from the rest

This commit is contained in:
Scisco
2015-10-06 17:33:07 -04:00
parent b9584d1901
commit 8fef4c0360
2 changed files with 9 additions and 7 deletions

View File

@@ -1,10 +1,5 @@
requests==2.7.0
python-dateutil>=2.4.2
termcolor>=1.1.0
-r docker.txt
numpy>=1.9.3
rasterio>=0.27.0
six==1.9.0
scipy>=0.16.0
scikit-image>=0.11.3
homura>=0.1.2
boto>=2.38.0

7
requirements/docker.txt Normal file
View File

@@ -0,0 +1,7 @@
requests==2.7.0
python-dateutil>=2.4.2
termcolor>=1.1.0
rasterio>=0.27.0
six==1.9.0
homura>=0.1.2
boto>=2.38.0