Enhancement: Update psycopg from 2 to 3, remove psycogreen as it's no longer needed with psycopg3.

This commit is contained in:
SergeantPanda 2026-05-28 19:27:11 -05:00
parent 94c8bd36bf
commit d6f837238f

View file

@ -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",