-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrequirements.txt
More file actions
51 lines (51 loc) · 3.93 KB
/
requirements.txt
File metadata and controls
51 lines (51 loc) · 3.93 KB
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.12.1; python_version >= "3.6" and python_full_version >= "3.6.2"
asgiref==3.11.1; python_full_version >= "3.6.1" and python_version >= "3.6"
bcrypt==5.0.0; python_version >= "3.6"
beanie==1.29.0; python_version >= "3.7" and python_version < "4.0"
certifi==2026.5.20; python_full_version >= "3.6.1"
cffi==2.0.0
charset-normalizer==3.4.7; python_full_version >= "3.6.1" and python_version >= "3"
click==8.3.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.1"
colorama==0.4.6
cryptography==48.0.0; python_version >= "3.6"
dnspython==2.8.0; python_full_version >= "3.6.1" and python_version >= "3.6"
ecdsa==0.19.2; 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.16.0; python_full_version >= "3.6.1" and python_version >= "3.6"
httptools==0.7.1
idna==3.16; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "4.0"
itsdangerous==2.2.0; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
jinja2==3.1.6; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
markupsafe==3.0.3; python_full_version >= "3.6.1" and python_version >= "3.6"
motor==3.7.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2"
multidict==6.7.1; python_version >= "3.7" and python_version < "4.0"
orjson==3.11.5; 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.6.3; python_version >= "3.5" and python_version < "4"
pycparser==2.23
pydantic==2.13.4; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
pymongo==4.17.0; 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.4.0
python-multipart==0.0.20
pyyaml==6.0.3
requests==2.26.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
rsa==4.9.1; python_version >= "3.5" and python_version < "4"
six==1.17.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.50.0; 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.20.1; python_version >= "3.6"
typing-extensions==4.15.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
ujson==5.11.0; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
urllib3==2.6.3; 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.22.1
watchgod==0.8.2
websockets==15.0.1
yarl==1.22.0; python_version >= "3.7" and python_version < "4.0"