-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
49 lines (49 loc) · 3.46 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
47
48
49
amqp==5.0.6; python_version >= "3.6"
args==0.1.0
bandcamp-downloader @ git+https://github.com/iheanyi/bandcamp-dl.git@master ; python_version >= "3.4" and python_version < "4.0"
beautifulsoup4==4.9.3; python_version >= "3.4" and python_version < "4.0"
billiard==3.6.4.0; python_version >= "3.6"
boltons==20.2.1
celery==5.0.5; python_version >= "3.6"
certifi==2020.12.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
cffi==1.14.5; python_version >= "3.6"
chardet==4.0.0; python_version >= "3.4" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.4" and python_version < "4.0" and python_full_version >= "3.5.0"
click-didyoumean==0.0.3; python_version >= "3.6"
click-plugins==1.1.1; python_version >= "3.6"
click-repl==0.1.6; python_version >= "3.6"
click==7.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
clint==0.5.1
cryptography==3.4.7; python_version >= "3.6"
decorator==5.0.3; python_version >= "3.5"
demjson==2.2.4; python_version >= "3.4" and python_version < "4.0"
docopt==0.6.2; python_version >= "3.4" and python_version < "4.0"
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==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
importlib-metadata==3.10.0; python_version < "3.8" and python_version >= "3.6"
kombu==5.0.2; python_version >= "3.6"
mock==4.0.3; python_version >= "3.6" and python_version < "4.0"
mutagen==1.45.1; python_version >= "3.5" and python_version < "4"
patool==1.12
plumbum==1.7.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_version > "3.4")
prometheus-client==0.9.0
prompt-toolkit==3.0.3; python_version >= "3.6"
pycparser==2.20; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
pypiwin32==223; platform_system == "Windows" and platform_python_implementation != "PyPy" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_version > "3.4")
python-telegram-bot==12.8
pytz==2021.1; python_version >= "3.6"
pywin32==300; platform_system == "Windows" and platform_python_implementation != "PyPy" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_version > "3.4")
requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
scdl @ git+https://github.com/flyingrub/scdl.git@master
six==1.15.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.3.0" and python_version >= "3.6" and python_version < "4.0"
soupsieve==2.2.1; python_version >= "3.6" and python_version < "4.0"
termcolor==1.1.0
tornado==6.1; python_version >= "3.5"
typing-extensions==3.7.4.3; python_version < "3.8" and python_version >= "3.6"
unicode-slugify==0.1.3; python_version >= "3.4" and python_version < "4.0"
unidecode==1.2.0; python_version >= "3.4" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.4" and python_version < "4.0" and python_full_version >= "3.4.0"
urllib3==1.26.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
vine==5.0.0; python_version >= "3.6"
wcwidth==0.2.5; python_version >= "3.6"
youtube-dl==2021.4.1
zipp==3.4.1; python_version < "3.8" and python_version >= "3.6"