Create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
annotated-doc==0.0.4
|
| 2 |
+
annotated-types==0.7.0
|
| 3 |
+
anyio==4.12.1
|
| 4 |
+
certifi==2026.1.4
|
| 5 |
+
charset-normalizer==3.4.4
|
| 6 |
+
click==8.3.1
|
| 7 |
+
colorama==0.4.6
|
| 8 |
+
exceptiongroup==1.3.1
|
| 9 |
+
fastapi==0.128.6
|
| 10 |
+
h11==0.16.0
|
| 11 |
+
idna==3.11
|
| 12 |
+
pydantic==2.12.5
|
| 13 |
+
pydantic_core==2.41.5
|
| 14 |
+
python-dotenv==1.2.1
|
| 15 |
+
requests==2.32.5
|
| 16 |
+
starlette==0.52.1
|
| 17 |
+
typing-inspection==0.4.2
|
| 18 |
+
typing_extensions==4.15.0
|
| 19 |
+
urllib3==2.6.3
|
| 20 |
+
uvicorn==0.40.0
|