Upgrade psycopg

This commit is contained in:
tcely 2025-03-16 17:57:07 -04:00 committed by GitHub
parent bc6f209d8d
commit 5df8500a10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ gunicorn = "*"
httptools = "*"
django-background-tasks = ">=1.2.8"
django-basicauth = "*"
psycopg2-binary = "*"
psycopg = {extras = ["binary", "pool"], version = "*"}
mysqlclient = "*"
PySocks = "*"
urllib3 = {extras = ["socks"], version = "*"}