Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +18 -1
requirements.txt
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
aiohttp==3.8.4
|
2 |
aiosignal==1.3.1
|
3 |
altair==4.2.2
|
|
|
4 |
async-timeout==4.0.2
|
5 |
attrs==22.2.0
|
|
|
6 |
blinker==1.5
|
|
|
|
|
7 |
cachetools==5.3.0
|
8 |
certifi==2022.12.7
|
9 |
charset-normalizer==3.0.1
|
@@ -26,12 +30,19 @@ FuzzyTM==2.0.5
|
|
26 |
gensim==4.3.0
|
27 |
gitdb==4.0.10
|
28 |
GitPython==3.1.31
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
huggingface-hub==0.12.1
|
30 |
idna==3.4
|
31 |
importlib-metadata==6.0.0
|
32 |
Jinja2==3.1.2
|
33 |
jsonschema==4.17.3
|
34 |
kiwisolver==1.4.4
|
|
|
35 |
markdown-it-py==2.2.0
|
36 |
MarkupSafe==2.1.2
|
37 |
matplotlib==3.7.0
|
@@ -46,13 +57,17 @@ Pillow==9.4.0
|
|
46 |
plotly==5.13.1
|
47 |
protobuf==3.20.3
|
48 |
pyarrow==11.0.0
|
|
|
|
|
49 |
pydeck==0.8.0
|
50 |
pyFUME==0.2.25
|
51 |
Pygments==2.14.0
|
52 |
Pympler==1.0.1
|
53 |
pyparsing==3.0.9
|
|
|
54 |
pyrsistent==0.19.3
|
55 |
python-dateutil==2.8.2
|
|
|
56 |
pytz==2022.7.1
|
57 |
pytz-deprecation-shim==0.1.0.post0
|
58 |
pywaffle==1.1.0
|
@@ -60,12 +75,14 @@ PyYAML==6.0
|
|
60 |
requests==2.28.2
|
61 |
responses==0.18.0
|
62 |
rich==13.3.1
|
|
|
63 |
scipy==1.10.1
|
64 |
semver==2.13.0
|
65 |
simpful==2.10.0
|
66 |
six==1.16.0
|
67 |
smart-open==6.3.0
|
68 |
smmap==5.0.0
|
|
|
69 |
squarify==0.4.3
|
70 |
streamlit==1.18.1
|
71 |
tenacity==8.2.1
|
@@ -76,10 +93,10 @@ tqdm==4.64.1
|
|
76 |
typing_extensions==4.5.0
|
77 |
tzdata==2022.7
|
78 |
tzlocal==4.2
|
|
|
79 |
urllib3==1.26.14
|
80 |
validators==0.20.0
|
81 |
watchdog==2.2.1
|
82 |
xxhash==3.2.0
|
83 |
yarl==1.8.2
|
84 |
zipp==3.14.0
|
85 |
-
|
|
|
1 |
aiohttp==3.8.4
|
2 |
aiosignal==1.3.1
|
3 |
altair==4.2.2
|
4 |
+
apiclient==1.0.4
|
5 |
async-timeout==4.0.2
|
6 |
attrs==22.2.0
|
7 |
+
beautifulsoup4==4.11.2
|
8 |
blinker==1.5
|
9 |
+
bs4==0.0.1
|
10 |
+
build==0.10.0
|
11 |
cachetools==5.3.0
|
12 |
certifi==2022.12.7
|
13 |
charset-normalizer==3.0.1
|
|
|
30 |
gensim==4.3.0
|
31 |
gitdb==4.0.10
|
32 |
GitPython==3.1.31
|
33 |
+
google-api-core==2.11.0
|
34 |
+
google-api-python-client==2.79.0
|
35 |
+
google-auth==2.16.1
|
36 |
+
google-auth-httplib2==0.1.0
|
37 |
+
googleapis-common-protos==1.58.0
|
38 |
+
httplib2==0.21.0
|
39 |
huggingface-hub==0.12.1
|
40 |
idna==3.4
|
41 |
importlib-metadata==6.0.0
|
42 |
Jinja2==3.1.2
|
43 |
jsonschema==4.17.3
|
44 |
kiwisolver==1.4.4
|
45 |
+
lxml==4.9.2
|
46 |
markdown-it-py==2.2.0
|
47 |
MarkupSafe==2.1.2
|
48 |
matplotlib==3.7.0
|
|
|
57 |
plotly==5.13.1
|
58 |
protobuf==3.20.3
|
59 |
pyarrow==11.0.0
|
60 |
+
pyasn1==0.4.8
|
61 |
+
pyasn1-modules==0.2.8
|
62 |
pydeck==0.8.0
|
63 |
pyFUME==0.2.25
|
64 |
Pygments==2.14.0
|
65 |
Pympler==1.0.1
|
66 |
pyparsing==3.0.9
|
67 |
+
pyproject_hooks==1.0.0
|
68 |
pyrsistent==0.19.3
|
69 |
python-dateutil==2.8.2
|
70 |
+
pytube3==9.6.4
|
71 |
pytz==2022.7.1
|
72 |
pytz-deprecation-shim==0.1.0.post0
|
73 |
pywaffle==1.1.0
|
|
|
75 |
requests==2.28.2
|
76 |
responses==0.18.0
|
77 |
rich==13.3.1
|
78 |
+
rsa==4.9
|
79 |
scipy==1.10.1
|
80 |
semver==2.13.0
|
81 |
simpful==2.10.0
|
82 |
six==1.16.0
|
83 |
smart-open==6.3.0
|
84 |
smmap==5.0.0
|
85 |
+
soupsieve==2.4
|
86 |
squarify==0.4.3
|
87 |
streamlit==1.18.1
|
88 |
tenacity==8.2.1
|
|
|
93 |
typing_extensions==4.5.0
|
94 |
tzdata==2022.7
|
95 |
tzlocal==4.2
|
96 |
+
uritemplate==4.1.1
|
97 |
urllib3==1.26.14
|
98 |
validators==0.20.0
|
99 |
watchdog==2.2.1
|
100 |
xxhash==3.2.0
|
101 |
yarl==1.8.2
|
102 |
zipp==3.14.0
|
|