switch to gunicorn

This commit is contained in:
Nicholas Clarke 2021-06-16 23:35:35 -07:00
parent 3a575b8e40
commit c396bca224
3 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.idea/
__pycache__/

View File

@ -1 +1 @@
web: python server.py
web: gunicorn server:app

View File

@ -1,3 +1,4 @@
requests==2.12.4
Flask==0.10.1
psycopg2-binary
psycopg2-binary
gunicorn==20.1.0