Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.28.0
|
2 |
+
requests>=2.31.0
|
3 |
+
pandas>=2.1.0
|
4 |
+
google-generativeai>=0.3.0
|
5 |
+
plotly>=5.18.0
|
6 |
+
urllib3>=2.0.0
|
7 |
+
protobuf>=4.25.0
|
8 |
+
datetime>=5.0
|
9 |
+
typing>=3.7.4
|