maham234 commited on
Commit
a4d3dd0
·
verified ·
1 Parent(s): 2c1450e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -8
requirements.txt CHANGED
@@ -1,8 +1,7 @@
1
- flask
2
- opencv-python-headless
3
- flask-cors
4
- opencv-python
5
- mediapipe
6
- pillow
7
- numpy
8
- gunicorn
 
1
+ Flask==3.0.3
2
+ Flask-Cors==4.0.0
3
+ mediapipe==0.10.14
4
+ opencv-python-headless==4.10.0.84
5
+ numpy==1.26.4
6
+ Pillow==10.3.0
7
+ gunicorn==22.0.0