Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
-
|
2 |
-
pandas
|
3 |
-
flask
|
4 |
opencv-python
|
|
|
5 |
keras
|
6 |
tensorflow
|
7 |
-
|
8 |
-
face_recognition
|
9 |
-
streamlit
|
|
|
1 |
+
streamlit
|
|
|
|
|
2 |
opencv-python
|
3 |
+
numpy
|
4 |
keras
|
5 |
tensorflow
|
6 |
+
Pillow
|
|
|
|