Notnith commited on
Commit
e308282
·
verified ·
1 Parent(s): 6c07b31

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -8
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- ultralytics
2
- Flask
3
- gunicorn
4
- flask-cors
5
- Pillow
6
- torch
7
- torchvision
8
- opencv-python
 
 
1
+ # requirements.txt
2
+ Flask==2.3.2
3
+ gunicorn==21.2.0
4
+ Pillow==10.1.0
5
+ torch==2.1.0
6
+ torchvision==0.16.0
7
+ ultralytics==8.0.227
8
+ opencv-python-headless==4.8.1.78
9
+ flask-cors==4.0.0