1
0
forked from s434650/CatOrNot

Add Gunicorn server

This commit is contained in:
c00lerxo 2018-12-11 12:35:20 +01:00
parent 654908ed6e
commit db23e91400
4 changed files with 3 additions and 1 deletions

View File

@ -1 +1,2 @@
web: gunicorn cat_or_not
heroku ps:scale web=1

View File

@ -1 +1 @@
from app import app
from app import app as application

View File

@ -9,6 +9,7 @@ google-auth==1.6.1
google-cloud-vision==0.35.1
googleapis-common-protos==1.5.5
grpcio==1.17.0
gunicorn==19.9.0
idna==2.8
itsdangerous==1.1.0
Jinja2==2.10