Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
|
2 |
-
Flask-PyMongo==2.3.0
|
3 |
-
Werkzeug==2.2.2
|
4 |
requests==2.26.0
|
5 |
pandas==1.3.4
|
6 |
tensorflow-cpu==2.7.0
|
@@ -10,4 +8,4 @@ Keras-Preprocessing==1.1.2
|
|
10 |
twilio==7.2.0
|
11 |
Pillow==8.4.0
|
12 |
protobuf==3.20.*
|
13 |
-
streamlit==1.34.0
|
|
|
1 |
+
python==3.8
|
|
|
|
|
2 |
requests==2.26.0
|
3 |
pandas==1.3.4
|
4 |
tensorflow-cpu==2.7.0
|
|
|
8 |
twilio==7.2.0
|
9 |
Pillow==8.4.0
|
10 |
protobuf==3.20.*
|
11 |
+
streamlit==1.34.0
|