mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 06:26:37 +00:00
Upgrade psycopg
This commit is contained in:
parent
bc6f209d8d
commit
5df8500a10
2
Pipfile
2
Pipfile
@ -15,7 +15,7 @@ gunicorn = "*"
|
|||||||
httptools = "*"
|
httptools = "*"
|
||||||
django-background-tasks = ">=1.2.8"
|
django-background-tasks = ">=1.2.8"
|
||||||
django-basicauth = "*"
|
django-basicauth = "*"
|
||||||
psycopg2-binary = "*"
|
psycopg = {extras = ["binary", "pool"], version = "*"}
|
||||||
mysqlclient = "*"
|
mysqlclient = "*"
|
||||||
PySocks = "*"
|
PySocks = "*"
|
||||||
urllib3 = {extras = ["socks"], version = "*"}
|
urllib3 = {extras = ["socks"], version = "*"}
|
||||||
|
Loading…
Reference in New Issue
Block a user