Add python-multipart dependency for FastAPI file uploads
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -20,6 +20,7 @@ tqdm>=4.65.0,<5.0.0
|
|
| 20 |
# FastAPI and server
|
| 21 |
fastapi>=0.100.0,<1.0.0
|
| 22 |
uvicorn>=0.20.0,<1.0.0
|
|
|
|
| 23 |
|
| 24 |
# HTTP client for testing
|
| 25 |
requests>=2.28.0,<3.0.0
|
|
|
|
| 20 |
# FastAPI and server
|
| 21 |
fastapi>=0.100.0,<1.0.0
|
| 22 |
uvicorn>=0.20.0,<1.0.0
|
| 23 |
+
python-multipart>=0.0.5
|
| 24 |
|
| 25 |
# HTTP client for testing
|
| 26 |
requests>=2.28.0,<3.0.0
|