Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.24.0
|
2 |
+
pandas>=2.1.0,<3.0.0
|
3 |
+
selenium==4.10.0
|
4 |
+
webdriver-manager==3.8.6
|
5 |
+
fastapi
|
6 |
+
uvicorn
|
7 |
+
pytz
|
8 |
+
plotly
|