Use gunicorn for running wsgi stuffs
This commit is contained in:
parent
ca76c99b3d
commit
b5a3415cd9
3 changed files with 11 additions and 2 deletions
2
Pipfile
2
Pipfile
|
@ -5,6 +5,8 @@ name = "pypi"
|
|||
|
||||
[packages]
|
||||
flask = "*"
|
||||
gunicorn = "*"
|
||||
|
||||
|
||||
[dev-packages]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue