Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
-
fastapi==0.115.6
|
| 2 |
-
uvicorn[standard]==0.34.0
|
| 3 |
-
httpx==0.28.1
|
| 4 |
-
python-multipart==0.0.20
|
| 5 |
-
sse-starlette==2.2.1
|
| 6 |
-
pydantic==2.11.1
|
| 7 |
-
aiofiles==24.1.0
|
| 8 |
-
python-dotenv==1.1.0
|
|
|
|
| 1 |
+
fastapi==0.115.6
|
| 2 |
+
uvicorn[standard]==0.34.0
|
| 3 |
+
httpx==0.28.1
|
| 4 |
+
python-multipart==0.0.20
|
| 5 |
+
sse-starlette==2.2.1
|
| 6 |
+
pydantic==2.11.1
|
| 7 |
+
aiofiles==24.1.0
|
|
|