Remove gunicorn as a dependecy from poetry

It is defined already by the flake. If someone wants to run the project in
another way they are free to do so.
This commit is contained in:
Andreas Zweili 2022-12-12 16:17:10 +01:00
parent 23afd3f4f4
commit 8db9509777
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ django-htmx = "^1.13.0"
django-model-utils = "^4.2.0"
django-nested-admin = "^4.0.2"
django-tables2 = "^2.4.1"
gunicorn = "^20.1.0"
psycopg2-binary = "^2.9.5"
PyYAML = "^6.0"