Adding multipart
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -6,4 +6,5 @@ numpy==1.26.4
|
|
| 6 |
Pillow==10.4.0
|
| 7 |
requests==2.32.3
|
| 8 |
opencv-python~=4.11.0.86
|
| 9 |
-
pydantic~=2.11.7
|
|
|
|
|
|
| 6 |
Pillow==10.4.0
|
| 7 |
requests==2.32.3
|
| 8 |
opencv-python~=4.11.0.86
|
| 9 |
+
pydantic~=2.11.7
|
| 10 |
+
python-multipart==0.0.12
|