We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafcd5e commit 5fa0734Copy full SHA for 5fa0734
pyproject.toml
@@ -8,10 +8,10 @@ readme = "README.md"
8
[tool.poetry.dependencies]
9
python = "^3.11"
10
django = "^5.2"
11
-drf-spectacular = {extras = ["sidecar"], version = "^0.28.0"}
+drf-spectacular = { extras = ["sidecar"], version = "^0.28.0" }
12
django-redis = "^5.4.0"
13
-psycopg2-binary = "^2.9.10"
14
django-db-connection-pool = "^1.2.5"
+psycopg = {extras = ["binary"], version = "^3.2.6"}
15
16
17
[build-system]
0 commit comments