-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
41 lines (41 loc) · 1.82 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
-i https://pypi.org/simple
aiolimiter==1.1.0
alembic==1.13.2; python_version >= '3.8'
anyio==4.4.0; python_version >= '3.8'
apscheduler==3.10.4
cachetools==5.5.0
certifi==2024.8.30; python_version >= '3.6'
cffi==1.17.1; platform_python_implementation != 'PyPy'
contourpy==1.3.0; python_version >= '3.9'
cryptography==43.0.1
cycler==0.12.1; python_version >= '3.8'
fonttools==4.53.1; python_version >= '3.8'
greenlet==3.1.0; python_version < '3.13' and (platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32'))))))
h11==0.14.0; python_version >= '3.7'
h2==4.1.0
hpack==4.0.0; python_full_version >= '3.6.1'
httpcore==1.0.5; python_version >= '3.8'
httpx[http2,socks]==0.27.2; python_version >= '3.8'
hyperframe==6.0.1; python_full_version >= '3.6.1'
idna==3.8; python_version >= '3.6'
kiwisolver==1.4.7; python_version >= '3.8'
mako==1.3.5; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
matplotlib==3.9.2; python_version >= '3.9'
numpy==2.1.1; python_version >= '3.10'
packaging==24.1; python_version >= '3.8'
pillow==10.4.0; python_version >= '3.8'
psycopg2-binary==2.9.9; python_version >= '3.7'
pycparser==2.22; python_version >= '3.8'
pyparsing==3.1.4; python_full_version >= '3.6.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
python-telegram-bot[all]==21.5; python_version >= '3.8'
pytz==2024.2
pyyaml==6.0.2; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
sniffio==1.3.1; python_version >= '3.7'
socksio==1.0.0
sqlalchemy==2.0.34; python_version >= '3.7'
tornado==6.4.1
typing-extensions==4.12.2; python_version >= '3.8'
tzlocal==5.2; python_version >= '3.8'