Upload requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
annotated-types==0.7.0
|
2 |
+
anyio==4.7.0
|
3 |
+
certifi==2024.12.14
|
4 |
+
click==8.1.8
|
5 |
+
colorama==0.4.6
|
6 |
+
fastapi==0.115.6
|
7 |
+
h11==0.14.0
|
8 |
+
httpcore==1.0.7
|
9 |
+
httpx==0.28.1
|
10 |
+
idna==3.10
|
11 |
+
pydantic==2.10.4
|
12 |
+
pydantic_core==2.27.2
|
13 |
+
pytz==2024.2
|
14 |
+
sniffio==1.3.1
|
15 |
+
starlette==0.41.3
|
16 |
+
typing_extensions==4.12.2
|
17 |
+
uvicorn==0.34.0
|