omaralaa2004 commited on
Commit
735df71
·
verified ·
1 Parent(s): e3a974c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- Flask
2
- pandas
3
- numpy
4
- joblib
5
- xlsxwriter
6
- flask-httpauth
7
- scikit-learn
 
 
1
+ flask==2.3.3
2
+ pandas==2.0.3
3
+ numpy==1.24.3
4
+ joblib==1.3.2
5
+ xlsxwriter==3.1.9
6
+ flask-httpauth==4.8.0
7
+ scikit-learn==1.3.2
8
+ gunicorn==22.0.0 # Added for production WSGI server