Move back to Postgres

This commit is contained in:
Joakim Hellsén 2024-03-17 23:56:24 +01:00
commit f935bf1740
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
9 changed files with 170 additions and 26 deletions

View file

@ -17,6 +17,7 @@ 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"}
[tool.poetry.group.dev.dependencies]
ruff = "^0.3.0"