-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
20 lines (20 loc) · 931 Bytes
/
requirements.txt
File metadata and controls
20 lines (20 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
annotated-types==0.7.0 ; python_version >= "3.9"
anyio==4.11.0 ; python_version >= "3.9"
certifi==2025.10.5 ; python_version >= "3.9"
click==8.1.8 ; python_version >= "3.9"
colorama==0.4.6 ; python_version >= "3.9" and platform_system == "Windows"
exceptiongroup==1.3.0 ; python_version >= "3.9" and python_version < "3.11"
fastapi==0.119.0 ; python_version >= "3.9"
h11==0.16.0 ; python_version >= "3.9"
httpcore==1.0.9 ; python_version >= "3.9"
httpx==0.28.1 ; python_version >= "3.9"
idna==3.11 ; python_version >= "3.9"
pydantic-core==2.41.3 ; python_version >= "3.9"
pydantic==2.12.1 ; python_version >= "3.9"
python-dotenv==1.1.1 ; python_version >= "3.9"
sniffio==1.3.1 ; python_version >= "3.9"
starlette==0.48.0 ; python_version >= "3.9"
toml==0.10.2 ; python_version >= "3.9"
typing-extensions==4.15.0 ; python_version >= "3.9"
typing-inspection==0.4.2 ; python_version >= "3.9"
uvicorn==0.37.0 ; python_version >= "3.9"