From 5fa0734c66ebe31367d91dacb39931513d7ed8d1 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Tue, 15 Apr 2025 14:20:07 +0800 Subject: [PATCH] feat: psycopg --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40eb554d9..8f835a025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]