-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.txt
35 lines (35 loc) · 1.3 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
anyio==3.6.2; python_full_version >= '3.6.2'
certifi==2022.12.7; python_version >= '3.6'
cfgv==3.3.1; python_full_version >= '3.6.1'
charset-normalizer==3.1.0; python_version >= '3.7'
distlib==0.3.6
dnspython==2.3.0; python_version >= '3.7' and python_version < '4.0'
exceptiongroup==1.1.1; python_version < '3.11'
filelock==3.12.0; python_version >= '3.7'
h11==0.14.0; python_version >= '3.7'
httpcore==0.16.3; python_version >= '3.7'
httpx==0.23.3; python_version >= '3.7'
identify==2.5.22; python_version >= '3.7'
idna==3.4; python_version >= '3.5'
iniconfig==2.0.0; python_version >= '3.7'
motor==3.1.2
nodeenv==1.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
packaging==23.1; python_version >= '3.7'
platformdirs==3.2.0; python_version >= '3.7'
pluggy==1.0.0; python_version >= '3.6'
pre-commit==3.2.2
pymongo[motor]==4.3.3
pytest-asyncio==0.21.0
pytest==7.3.1
python-telegram-bot[webhooks]==20.2
pyyaml==6.0; python_version >= '3.6'
requests==2.28.2
rfc3986[idna2008]==1.5.0
setuptools==67.7.1; python_version >= '3.7'
sniffio==1.3.0; python_version >= '3.7'
toml==0.10.2
tomli==2.0.1; python_version < '3.11'
tornado==6.3
urllib3==1.26.15; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
uvloop==0.17.0
virtualenv==20.22.0; python_version >= '3.7'