Skip to content

Commit

Permalink
Procfile and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
richdu committed Jan 3, 2017
1 parent bfe45f5 commit adbb4ef
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,2 +1,2 @@
*.pyc
venv
venv
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: gunicorn app:app
21 changes: 20 additions & 1 deletion requirements.txt
Expand Up @@ -3,4 +3,23 @@ scipy==0.18.1
keras==1.2.0
tensorflow==0.11.0
PIL==1.1.7
click
click
click==6.6
cycler==0.10.0
eventlet==0.19.0
Flask==0.12
greenlet==0.4.10
gunicorn==19.6.0
itsdangerous==0.24
Jinja2==2.8.1
MarkupSafe==0.23
matplotlib==1.5.3
olefile==0.43
Pillow==4.0.0
pyparsing==2.1.9
python-dateutil==2.5.3
pytz==2016.7
requests==2.12.2
six==1.10.0
virtualenv==15.1.0
Werkzeug==0.11.15

0 comments on commit adbb4ef

Please sign in to comment.