forked from gpchelkin/scdlbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
46 lines (46 loc) · 3.31 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
args==0.1.0; python_version >= "3.6"
bandcamp-downloader @ git+https://github.com/iheanyi/bandcamp-dl.git@master ; python_version >= "3.4"
beautifulsoup4==4.11.1; python_full_version >= "3.6.0" and python_version >= "3.4"
boltons==21.0.0
brotli==1.0.9; platform_python_implementation == "CPython" and python_version >= "3.7"
brotlicffi==1.0.9.2; platform_python_implementation != "CPython" and python_version >= "3.7"
certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
cffi==1.15.1; platform_python_implementation != "CPython" and python_version >= "3.7"
chardet==5.0.0; python_version >= "3.6"
charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
clint==0.5.1; python_version >= "3.6"
cryptography==37.0.4; python_version >= "3.6"
dacite==1.6.0; python_version >= "3.6"
decorator==5.1.1; python_version >= "3.5"
demjson3==3.0.5; python_version >= "3.4"
docopt==0.6.2; python_version >= "3.6"
ffmpeg-python==0.2.0
future==0.18.2; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
idna==3.3; python_version >= "3.7" and python_version < "4"
lxml==4.9.1; python_version >= "3.4" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.4"
mock==4.0.3; python_version >= "3.6"
mutagen==1.45.1; python_version >= "3.5" and python_version < "4"
pathvalidate==2.5.1; python_version >= "3.6"
patool==1.12
plumbum==1.7.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
prometheus-client==0.14.1; python_version >= "3.6"
pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" and platform_python_implementation != "CPython" or platform_python_implementation != "CPython" and python_version >= "3.7" and python_full_version >= "3.4.0"
pycryptodomex==3.15.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
python-dateutil==2.8.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
python-telegram-bot==12.8
python-telegram-handler==2.2.1
pywin32==304; platform_system == "Windows" and platform_python_implementation != "PyPy" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0")
requests==2.28.1; python_version >= "3.7" and python_version < "4"
scdl @ git+https://github.com/flyingrub/scdl.git@master ; python_version >= "3.6"
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
soundcloud-v2==1.3.1; python_version >= "3.6"
soupsieve==2.3.2.post1; python_full_version >= "3.6.0" and python_version >= "3.6"
termcolor==1.1.0; python_version >= "3.6"
tomlkit==0.11.4; python_version >= "3.6" and python_version < "4.0"
tornado==6.2; python_version >= "3.7"
typing-extensions==4.3.0; python_version >= "3.7"
unicode-slugify==0.1.5; python_version >= "3.4"
unidecode==1.3.4; python_version >= "3.5"
urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
websockets==10.3; python_version >= "3.7"
yt-dlp @ git+https://github.com/yt-dlp/yt-dlp.git@master ; python_version >= "3.7"