Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
flask==2.3.3
|
2 |
numpy==1.26.4
|
3 |
scikit-learn==1.5.2
|
4 |
-
gunicorn==22.0.0
|
|
|
|
1 |
flask==2.3.3
|
2 |
numpy==1.26.4
|
3 |
scikit-learn==1.5.2
|
4 |
+
gunicorn==22.0.0
|
5 |
+
opencv-python-headless==4.10.0.84
|