Re-add gunicorn to requirements file

This commit is contained in:
Oliver 2021-09-08 08:01:05 +10:00
parent a70f4c86eb
commit 84528df6f8

View File

@ -1,5 +1,6 @@
# Django framework
Django==3.2.4 # Django package
gunicorn>=20.1.0 # Gunicorn web server
pillow==8.2.0 # Image manipulation
djangorestframework==3.12.4 # DRF framework