diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-12 19:51:06 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-12 19:51:06 +0100 |
commit | fc8383c528c47e6914557767be5723670c74008f (patch) | |
tree | b6bc60348f58ad5b35657f1ecf50fe0826c24796 /pyproject.toml | |
parent | ae414c59441bc985e3f8801f03e810443bc36253 (diff) |
Fixes Docker files
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
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", |