Spaces:
Running
Running
ref for req is not working in spaces
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -1 +1,7 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.28.0
|
2 |
+
requests>=2.31.0
|
3 |
+
python-dotenv>=1.0.0
|
4 |
+
pandas>=2.1.3
|
5 |
+
plotly>=5.18.0
|
6 |
+
httpx>=0.25.1
|
7 |
+
pydantic-settings>=2.0.3
|