-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
37 lines (37 loc) · 3.14 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
annotated-types==0.7.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
anyio==4.4.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
certifi==2024.6.2 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
click==8.1.7 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
colorama==0.4.6 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0" and (sys_platform == "win32" or platform_system == "Windows")
dnspython==2.6.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
email-validator==2.1.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
fastapi-cli==0.0.4 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
fastapi==0.111.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
h11==0.14.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
httpcore==1.0.5 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
httptools==0.6.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
httpx==0.27.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
idna==3.7 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
jinja2==3.1.4 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
markdown-it-py==3.0.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
markupsafe==2.1.5 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
mdurl==0.1.2 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
orjson==3.10.5 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
pydantic-core==2.18.4 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
pydantic==2.7.4 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
pydantic[email]==2.7.4 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
pygments==2.18.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
python-dotenv==1.0.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
python-multipart==0.0.9 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
pyyaml==6.0.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
rich==13.7.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
shellingham==1.5.4 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
sniffio==1.3.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
starlette==0.37.2 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
typer==0.12.3 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
typing-extensions==4.12.2 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
ujson==5.10.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
uvicorn[standard]==0.30.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
uvloop==0.19.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_version >= "3.12.dev0" and python_version < "3.13.dev0"
watchfiles==0.22.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
websockets==12.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"