diff --git a/Pipfile b/Pipfile index 1fff3dd..c5371bd 100644 --- a/Pipfile +++ b/Pipfile @@ -39,6 +39,7 @@ django-celery-beat = "*" celery = {version = "*", extras = ["redis"]} flower = "*" django-htmx = "*" +gunicorn = "*" [dev-packages] flake8 = "*"