Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
fastapi
|
|
|
|
| 2 |
gunicorn
|
| 3 |
pydantic
|
| 4 |
typing
|
|
@@ -7,4 +8,4 @@ openpyxl
|
|
| 7 |
mlflow
|
| 8 |
scikit-learn
|
| 9 |
python-multipart
|
| 10 |
-
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
gunicorn
|
| 4 |
pydantic
|
| 5 |
typing
|
|
|
|
| 8 |
mlflow
|
| 9 |
scikit-learn
|
| 10 |
python-multipart
|
| 11 |
+
|