Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ flask-cors==3.0.10
|
|
3 |
matplotlib==3.5.2
|
4 |
numpy==1.22.3
|
5 |
opencv-python-headless==4.5.5.64
|
6 |
-
tensorflow==2.8.0
|
|
|
|
3 |
matplotlib==3.5.2
|
4 |
numpy==1.22.3
|
5 |
opencv-python-headless==4.5.5.64
|
6 |
+
tensorflow==2.8.0
|
7 |
+
gunicorn
|