Added gunicorn to pipfile

This commit is contained in:
2021-08-26 22:00:30 +03:00
parent 85bfdd233e
commit 0983091b54
2 changed files with 12 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
gunicorn = "*"
[dev-packages]