mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
Enhancement: Update psycopg from 2 to 3, remove psycogreen as it's no longer needed with psycopg3.
This commit is contained in:
parent
94c8bd36bf
commit
d6f837238f
1 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue