update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
streamlit>=1.28.0
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
1 |
+
streamlit>=1.28.0
|
2 |
+
gradio>=4.0.0
|
3 |
+
pandas>=1.5.0
|
4 |
+
numpy>=1.24.0
|
5 |
+
Pillow>=9.0.0
|
6 |
+
requests>=2.28.0
|
7 |
+
python-dateutil>=2.8.0
|