pradelf commited on
Commit
e67568f
·
verified ·
1 Parent(s): a24bc90

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- fastapi[standard]
 
2
  gunicorn
3
  pydantic
4
  typing
@@ -7,4 +8,4 @@ openpyxl
7
  mlflow
8
  scikit-learn
9
  python-multipart
10
- fsspec
 
1
+ fastapi
2
+ uvicorn[standard]
3
  gunicorn
4
  pydantic
5
  typing
 
8
  mlflow
9
  scikit-learn
10
  python-multipart
11
+