Remove psycopg

This commit is contained in:
Joakim Hellsén 2024-03-28 05:11:32 +01:00
commit a62bc9b032
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
2 changed files with 1 additions and 100 deletions

View file

@ -17,7 +17,6 @@ django-ninja = "^1.1.0"
django-debug-toolbar = "^4.3.0"
whitenoise = { extras = ["brotli"], version = "^6.6.0" }
rich = "^13.7.1"
psycopg = { extras = ["binary"], version = "^3.1.18" }
django-htmx = "^1.17.3"
[tool.poetry.group.dev.dependencies]