From d6f837238f4a1242d7f5c3c8c7f0b40d4e3d3601 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Thu, 28 May 2026 19:27:11 -0500 Subject: [PATCH] Enhancement: Update psycopg from 2 to 3, remove psycogreen as it's no longer needed with psycopg3. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe7112f3..a003bc5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.13" dynamic = ["version"] dependencies = [ "Django==6.0.5", - "psycopg2-binary==2.9.12", + "psycopg[binary]", "celery[redis]==5.6.3", "djangorestframework==3.17.1", "requests==2.33.1", @@ -18,7 +18,6 @@ dependencies = [ "python-vlc", "yt-dlp", "gevent==26.4.0", - "psycogreen", "django-db-geventpool", "daphne", "uwsgi",