Add Gunicorn
This commit is contained in:
parent
03525fc04a
commit
630e049d8c
3 changed files with 36 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue