diff --git a/Pipfile b/Pipfile index 5a27daa..b27b08e 100644 --- a/Pipfile +++ b/Pipfile @@ -11,6 +11,7 @@ django-crispy-forms = "*" requests = "*" django-secrets = "*" whitenoise = "*" +gunicorn = "*" [requires] python_version = "3.8" diff --git a/Pipfile.lock b/Pipfile.lock index dd44ebb..e65aed1 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "427084201aade7b7c577a0d31ba0ee64034e37413b5f2ee0e3dfce51927283d7" + "sha256": "85fc70f63db494608b7c3266817b54c18605d0ef7890e324de55aa2fa506048a" }, "pipfile-spec": 6, "requires": { @@ -69,6 +69,14 @@ "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==0.18.2" }, + "gunicorn": { + "hashes": [ + "sha256:1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626", + "sha256:cd4a810dd51bf497552cf3f863b575dabd73d6ad6a91075b65936b151cbf4f9c" + ], + "index": "pypi", + "version": "==20.0.4" + }, "idna": { "hashes": [ "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6",