deps: added gunicorn

This commit is contained in:
Rushil Umaretiya 2021-02-02 04:07:10 -05:00
parent cb086bf40b
commit 25af1684cc
No known key found for this signature in database
GPG Key ID: 4E8FAF9C926AF959
2 changed files with 10 additions and 1 deletions

View File

@ -11,6 +11,7 @@ django-crispy-forms = "*"
requests = "*" requests = "*"
django-secrets = "*" django-secrets = "*"
whitenoise = "*" whitenoise = "*"
gunicorn = "*"
[requires] [requires]
python_version = "3.8" python_version = "3.8"

10
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "427084201aade7b7c577a0d31ba0ee64034e37413b5f2ee0e3dfce51927283d7" "sha256": "85fc70f63db494608b7c3266817b54c18605d0ef7890e324de55aa2fa506048a"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@ -69,6 +69,14 @@
"markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'", "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==0.18.2" "version": "==0.18.2"
}, },
"gunicorn": {
"hashes": [
"sha256:1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626",
"sha256:cd4a810dd51bf497552cf3f863b575dabd73d6ad6a91075b65936b151cbf4f9c"
],
"index": "pypi",
"version": "==20.0.4"
},
"idna": { "idna": {
"hashes": [ "hashes": [
"sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6", "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6",