Add Gunicorn

This commit is contained in:
Joakim Hellsén 2024-02-19 06:32:06 +01:00
commit 630e049d8c
3 changed files with 36 additions and 2 deletions

View file

@ -11,6 +11,7 @@ django = "^5.0.2"
python-dotenv = "^1.0.1"
feedparser = "^6.0.11"
psycopg = {extras = ["binary"], version = "^3.1.18"}
gunicorn = "^21.2.0"
[tool.poetry.group.dev.dependencies]
ruff = "^0.2.2"