upgrading to gunicorn server from flask development server
This commit is contained in:
parent
bb3b70df6a
commit
1125d8e25f
2 changed files with 2 additions and 1 deletions
2
Procfile
2
Procfile
|
|
@ -1 +1 @@
|
|||
web: python src//pyDataVizDay.py
|
||||
web: gunicorn src//pyDataVizDay:app
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
flask
|
||||
gunicorn
|
||||
pandas
|
||||
-e git+https://github.com/WaylonWalker/iplotter.git@master#egg=iplotter
|
||||
Loading…
Add table
Add a link
Reference in a new issue