diff options
author | 2020-11-14 21:18:04 +0100 | |
---|---|---|
committer | 2020-11-14 21:18:04 +0100 | |
commit | a8d4ac9841fe7be63aed2ba33b171c21f0eb5f33 (patch) | |
tree | b3f2699a6d9f2e33e00596d9f20857bfe0847a6f /Pipfile | |
parent | Add Notion to sponsors (diff) |
Banish UWSGI from my life, replace with gunicorn.
This gets rid of various uwsgi stuff that we will no longer be
needing. Enter; gunicorn.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ requests = "~=2.21" pygments = "~=2.3.1" wiki = "~=0.6.0" pyyaml = "~=5.1" -pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"} +gunicorn = "~=20.0.4" django-allauth = "~=0.41" sentry-sdk = "~=0.14" gitpython = "~=3.1.7" |