Re-add gunicorn to Pipfile for Heroku deployment

This commit is contained in:
Xevion
2022-03-28 17:06:20 -05:00
parent 2cd2830d60
commit e997d4f67e
2 changed files with 18 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ flask-sqlalchemy = "*"
pytz = "*"
faker = "*"
humanize = "*"
gunicorn = "*"
[dev-packages]