Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
fastapi==0.115.6
|
2 |
-
pandas==2.2.3
|
3 |
-
pydantic==2.10.5
|
4 |
-
scikit_learn==1.6.1
|
5 |
-
uvicorn==0.34.0
|
|
|
|
1 |
+
fastapi==0.115.6
|
2 |
+
pandas==2.2.3
|
3 |
+
pydantic==2.10.5
|
4 |
+
scikit_learn==1.6.1
|
5 |
+
uvicorn==0.34.0
|
6 |
+
python-multipart
|