Skip to content

Commit 5fa0734

Browse files
committed
feat: psycopg
1 parent aafcd5e commit 5fa0734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ readme = "README.md"
88
[tool.poetry.dependencies]
99
python = "^3.11"
1010
django = "^5.2"
11-
drf-spectacular = {extras = ["sidecar"], version = "^0.28.0"}
11+
drf-spectacular = { extras = ["sidecar"], version = "^0.28.0" }
1212
django-redis = "^5.4.0"
13-
psycopg2-binary = "^2.9.10"
1413
django-db-connection-pool = "^1.2.5"
14+
psycopg = {extras = ["binary"], version = "^3.2.6"}
1515

1616

1717
[build-system]

0 commit comments

Comments
 (0)