Use gunicorn for running wsgi stuffs

This commit is contained in:
Eryn Wells 2017-09-30 08:31:03 -07:00
parent ca76c99b3d
commit b5a3415cd9
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,8 @@ name = "pypi"
[packages]
flask = "*"
gunicorn = "*"
[dev-packages]