feat: psycopg

This commit is contained in:
shaohuzhang1 2025-04-15 14:20:07 +08:00
parent aafcd5eb28
commit 5fa0734c66

View File

@ -8,10 +8,10 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
django = "^5.2"
drf-spectacular = {extras = ["sidecar"], version = "^0.28.0"}
drf-spectacular = { extras = ["sidecar"], version = "^0.28.0" }
django-redis = "^5.4.0"
psycopg2-binary = "^2.9.10"
django-db-connection-pool = "^1.2.5"
psycopg = {extras = ["binary"], version = "^3.2.6"}
[build-system]