mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
Add urllib3[socks]
and requests[socks]
These each have slightly different version requirements for `PySocks`.
This commit is contained in:
parent
2cd33672af
commit
aa54a88cdb
2
Pipfile
2
Pipfile
@ -18,5 +18,7 @@ django-background-tasks = ">=1.2.8"
|
|||||||
django-basicauth = "*"
|
django-basicauth = "*"
|
||||||
psycopg2-binary = "*"
|
psycopg2-binary = "*"
|
||||||
mysqlclient = "*"
|
mysqlclient = "*"
|
||||||
|
urllib3 = {extras = ["socks"], version = "*"}
|
||||||
|
requests = {extras = ["socks"], version = "*"}
|
||||||
yt-dlp = "*"
|
yt-dlp = "*"
|
||||||
emoji = "*"
|
emoji = "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user