Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ fastapi==0.104.1
|
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
httpx==0.25.2
|
| 4 |
pydantic==2.5.0
|
| 5 |
-
python-multipart==0.0.6
|
|
|
|
|
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
httpx==0.25.2
|
| 4 |
pydantic==2.5.0
|
| 5 |
+
python-multipart==0.0.6
|
| 6 |
+
python-json-logger==2.0.7
|