Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
plotly
|
4 |
-
pytz
|
5 |
-
pymongo
|
6 |
-
schedule
|
7 |
-
apify-client
|
8 |
-
python-dotenv
|
9 |
-
google-generativeai
|
10 |
-
numpy
|
11 |
-
modal==0.55.0
|
12 |
requests
|
13 |
beautifulsoup4
|
14 |
lxml
|
|
|
1 |
+
streamlit
|
2 |
+
pandas
|
3 |
+
plotly
|
4 |
+
pytz
|
5 |
+
pymongo
|
6 |
+
schedule
|
7 |
+
apify-client
|
8 |
+
python-dotenv
|
9 |
+
google-generativeai
|
10 |
+
numpy
|
|
|
11 |
requests
|
12 |
beautifulsoup4
|
13 |
lxml
|