mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
add requests[socks], resolves #391
This commit is contained in:
parent
f12e13162f
commit
21785e031a
2
Pipfile
2
Pipfile
@ -16,10 +16,10 @@ gunicorn = "*"
|
|||||||
django-compressor = "*"
|
django-compressor = "*"
|
||||||
httptools = "*"
|
httptools = "*"
|
||||||
django-background-tasks = "*"
|
django-background-tasks = "*"
|
||||||
requests = "*"
|
|
||||||
django-basicauth = "*"
|
django-basicauth = "*"
|
||||||
psycopg2-binary = "*"
|
psycopg2-binary = "*"
|
||||||
mysqlclient = "*"
|
mysqlclient = "*"
|
||||||
yt-dlp = "*"
|
yt-dlp = "*"
|
||||||
redis = "*"
|
redis = "*"
|
||||||
hiredis = "*"
|
hiredis = "*"
|
||||||
|
requests = {extras = ["socks"], version = "*"}
|
||||||
|
Loading…
Reference in New Issue
Block a user