Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +42 -0
requirements.txt
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
annotated-doc==0.0.4
|
| 2 |
+
annotated-types==0.7.0
|
| 3 |
+
anyio==4.12.1
|
| 4 |
+
certifi==2026.1.4
|
| 5 |
+
click==8.3.1
|
| 6 |
+
dnspython==2.8.0
|
| 7 |
+
email-validator==2.3.0
|
| 8 |
+
fastapi==0.129.0
|
| 9 |
+
fastapi-cli==0.0.23
|
| 10 |
+
fastapi-cloud-cli==0.13.0
|
| 11 |
+
fastar==0.8.0
|
| 12 |
+
h11==0.16.0
|
| 13 |
+
httpcore==1.0.9
|
| 14 |
+
httptools==0.7.1
|
| 15 |
+
httpx==0.28.1
|
| 16 |
+
idna==3.11
|
| 17 |
+
Jinja2==3.1.6
|
| 18 |
+
markdown-it-py==4.0.0
|
| 19 |
+
MarkupSafe==3.0.3
|
| 20 |
+
mdurl==0.1.2
|
| 21 |
+
pydantic==2.12.5
|
| 22 |
+
pydantic-extra-types==2.11.0
|
| 23 |
+
pydantic-settings==2.13.1
|
| 24 |
+
pydantic_core==2.41.5
|
| 25 |
+
Pygments==2.19.2
|
| 26 |
+
python-dotenv==1.2.1
|
| 27 |
+
python-multipart==0.0.22
|
| 28 |
+
PyYAML==6.0.3
|
| 29 |
+
rich==14.3.3
|
| 30 |
+
rich-toolkit==0.19.4
|
| 31 |
+
rignore==0.7.6
|
| 32 |
+
sentry-sdk==2.53.0
|
| 33 |
+
shellingham==1.5.4
|
| 34 |
+
starlette==0.52.1
|
| 35 |
+
typer==0.24.0
|
| 36 |
+
typing-inspection==0.4.2
|
| 37 |
+
typing_extensions==4.15.0
|
| 38 |
+
urllib3==2.6.3
|
| 39 |
+
uvicorn==0.41.0
|
| 40 |
+
uvloop==0.22.1
|
| 41 |
+
watchfiles==1.1.1
|
| 42 |
+
websockets==16.0
|