Spaces:
Sleeping
Sleeping
Update requirements.txt.txt
Browse files- requirements.txt.txt +17 -8
requirements.txt.txt
CHANGED
@@ -1,8 +1,17 @@
|
|
1 |
-
requests
|
2 |
-
streamlit==1.37.1
|
3 |
-
datasets
|
4 |
-
huggingface-hub>=0.19
|
5 |
-
hf-transfer>=0.1.4
|
6 |
-
protobuf<4
|
7 |
-
click<8.1
|
8 |
-
pydantic~=1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
requests
|
2 |
+
streamlit==1.37.1
|
3 |
+
datasets
|
4 |
+
huggingface-hub>=0.19
|
5 |
+
hf-transfer>=0.1.4
|
6 |
+
protobuf<4
|
7 |
+
click<8.1
|
8 |
+
pydantic~=1.0
|
9 |
+
os
|
10 |
+
pandas
|
11 |
+
matplotlib
|
12 |
+
matplotlib.font_manager
|
13 |
+
matplotlib.pyplot
|
14 |
+
json
|
15 |
+
time
|
16 |
+
pytrends.request
|
17 |
+
TrendReq
|