-
- Downloads
wrap up: harden requirements files
- things are less likely to break when left unattended - update README.md
Showing
- Dockerfile 4 additions, 1 deletionDockerfile
- README.md 13 additions, 6 deletionsREADME.md
- requirements.dev.txt 21 additions, 0 deletionsrequirements.dev.txt
- requirements.txt 20 additions, 19 deletionsrequirements.txt
- system-requirements.dev.txt 2 additions, 0 deletionssystem-requirements.dev.txt
- system-requirements.txt 2 additions, 2 deletionssystem-requirements.txt
requirements.dev.txt
0 → 100644
Flask>=0.12.2 | ||
flask-request-id-middleware | ||
numpy | ||
scipy | ||
scikit-learn | ||
pillow | ||
tensorflow | ||
pandas | ||
h5py | ||
Flask==0.12.2 | ||
flask-request-id-middleware==1.1 | ||
numpy==1.14.1 | ||
scikit-learn==0.19.1 | ||
scipy==1.0.0 | ||
pillow==5.0.0 | ||
tensorflow==1.6.0 | ||
pandas==0.22.0 | ||
h5py==2.7.1 | ||
opencv-python==3.2.0.8 | ||
keras | ||
statistics | ||
pyyaml | ||
pyparsing | ||
cycler | ||
matplotlib | ||
requests | ||
psycopg2-binary | ||
peewee | ||
python-dateutil | ||
keras==2.1.4 | ||
statistics==1.0.3.5 | ||
pyyaml==3.12 | ||
pyparsing==2.2.0 | ||
cycler==0.10.0 | ||
matplotlib==2.1.2 | ||
requests==2.18.4 | ||
psycopg2-binary==2.7.4 | ||
peewee==3.1.2 | ||
python-dateutil==2.6.1 | ||
pytz |
system-requirements.dev.txt
0 → 100644
uWSGI>=2.0.15 | ||
virtualenv>=15.1.0 | ||
uWSGI==2.0.17 | ||
virtualenv==15.1.0 |
Please register or sign in to comment