-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
51 lines (51 loc) · 3.93 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
50
51
anyio==4.7.0; python_version >= "3.6" and python_full_version >= "3.6.2"
asgiref==3.8.1; python_full_version >= "3.6.1" and python_version >= "3.6"
bcrypt==4.2.1; python_version >= "3.6"
beanie==1.8.12; python_version >= "3.7" and python_version < "4.0"
certifi==2024.12.14; python_full_version >= "3.6.1"
cffi==1.17.1
charset-normalizer==3.4.1; python_full_version >= "3.6.1" and python_version >= "3"
click==8.0.3; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.1"
colorama==0.4.6
cryptography==44.0.0; python_version >= "3.6"
dnspython==2.7.0; python_full_version >= "3.6.1" and python_version >= "3.6"
ecdsa==0.17.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
email-validator==1.1.3; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
fastapi-restful==0.4.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
fastapi==0.99.1; python_full_version >= "3.6.1"
greenlet==1.1.2; python_version >= "3" 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") and python_full_version >= "3.6.2" and python_full_version < "4.0.0"
h11==0.14.0; python_full_version >= "3.6.1" and python_version >= "3.6"
httptools==0.6.4
idna==3.3; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "4.0"
itsdangerous==2.0.1; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
jinja2==3.0.2; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
markupsafe==3.0.2; python_full_version >= "3.6.1" and python_version >= "3.6"
motor==2.5.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2"
multidict==5.2.0; python_version >= "3.7" and python_version < "4.0"
orjson==3.6.4; python_full_version >= "3.6.2" and python_version >= "3.7" and python_full_version < "4.0.0"
passlib==1.7.4
psutil==5.8.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
pyasn1==0.4.8; python_version >= "3.5" and python_version < "4"
pycparser==2.22
pydantic==1.9.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
pymongo==3.12.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2"
python-dotenv==1.0.1; python_version >= "3.5"
python-jose==3.3.0
python-multipart==0.0.20
pyyaml==6.0.2
requests==2.26.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
rsa==4.7.2; python_version >= "3.5" and python_version < "4"
six==1.16.0; python_full_version >= "3.6.1" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0") and (python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.3.0")
sniffio==1.3.1; python_version >= "3.6" and python_full_version >= "3.6.2"
sqlalchemy==1.4.26; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
starlette==0.17.1; python_version >= "3.6" and python_full_version >= "3.6.2" and python_full_version < "4.0.0"
toml==0.10.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.3.0"
typer==0.15.1; python_version >= "3.6"
typing-extensions==4.0.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
ujson==4.2.0; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
urllib3==1.26.7; python_full_version >= "3.6.1" and python_version < "4"
uvicorn==0.15.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
uvloop==0.21.0
watchgod==0.8.2
websockets==14.1
yarl==1.7.0; python_version >= "3.7" and python_version < "4.0"