krishpvg commited on
Commit
d234aab
·
verified ·
1 Parent(s): 4a0b461

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt CHANGED
@@ -4,3 +4,8 @@ scikit-learn==1.6.1
4
  xgboost==2.1.4
5
  joblib==1.4.2
6
  streamlit==1.43.2
 
 
 
 
 
 
4
  xgboost==2.1.4
5
  joblib==1.4.2
6
  streamlit==1.43.2
7
+ Werkzeug==2.2.2
8
+ flask==2.2.2
9
+ gunicorn==20.1.0
10
+ requests==2.28.1
11
+ uvicorn[standard]