aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-12 19:51:06 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-12 19:51:06 +0100
commitfc8383c528c47e6914557767be5723670c74008f (patch)
treeb6bc60348f58ad5b35657f1ecf50fe0826c24796 /pyproject.toml
parentae414c59441bc985e3f8801f03e810443bc36253 (diff)
Fixes Docker files
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b14017f..c35374b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,6 +24,7 @@ dependencies = [
# Django
# ------------------------------------------------------------------------------
"django-storages==1.14.3",
+ "gunicorn==22.0.0",
"Django==5.0.4",
# pyup: < 5.0 # https://www.djangoproject.com/
"django-environ==0.11.2",