-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
26 lines (26 loc) · 1.08 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
-i https://pypi.org/simple
appdirs==1.4.4
apscheduler==3.6.3
argparse==1.4.0
beautifulsoup4==4.11.1 ; python_full_version >= '3.6.0'
bs4==0.0.1
cachetools==4.2.2 ; python_version ~= '3.5'
certifi==2022.9.24 ; python_version >= '3.6'
charset-normalizer==2.1.1 ; python_full_version >= '3.6.0'
colorama==0.4.5 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
idna==3.4 ; python_version >= '3.5'
mutagen==1.46.0
numpy==1.23.4
python-telegram-bot==13.14 ; python_version >= '3.7'
pytz==2022.5
pytz-deprecation-shim==0.1.0.post0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
requests==2.28.1
setuptools==65.5.0 ; python_version >= '3.7'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
soupsieve==2.3.2.post1 ; python_version >= '3.6'
telegram-send==0.34
tornado==6.1 ; python_version >= '3.5'
tqdm==4.64.1
tzdata==2022.5 ; python_version >= '3.6'
tzlocal==4.2 ; python_version >= '3.6'
urllib3==1.26.12 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'