Add psycopg to dependencies
This commit is contained in:
parent
5ef2184003
commit
560e45da11
2 changed files with 111 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ python = "^3.12"
|
|||
django = "^5.0.2"
|
||||
python-dotenv = "^1.0.1"
|
||||
feedparser = "^6.0.11"
|
||||
psycopg = {extras = ["binary"], version = "^3.1.18"}
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ruff = "^0.2.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue