Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
aiofiles==23.1.0
|
2 |
aiohttp==3.8.4
|
3 |
aiosignal==1.3.1
|
|
|
4 |
altair==4.2.2
|
5 |
anyio==3.6.2
|
6 |
apiclient==1.0.4
|
7 |
async-timeout==4.0.2
|
8 |
attrs==22.2.0
|
|
|
9 |
beautifulsoup4==4.11.2
|
10 |
blinker==1.5
|
11 |
blis==0.7.9
|
@@ -26,6 +28,7 @@ contourpy==1.0.7
|
|
26 |
cycler==0.11.0
|
27 |
cymem==2.0.7
|
28 |
Cython==0.29.32
|
|
|
29 |
datasets==2.10.0
|
30 |
decorator==5.1.1
|
31 |
dill==0.3.6
|
@@ -50,6 +53,7 @@ google-api-python-client==2.79.0
|
|
50 |
google-auth==2.16.1
|
51 |
google-auth-httplib2==0.1.0
|
52 |
googleapis-common-protos==1.58.0
|
|
|
53 |
h11==0.14.0
|
54 |
httplib2==0.21.0
|
55 |
huggingface-hub==0.12.1
|
@@ -64,6 +68,7 @@ kiwisolver==1.4.4
|
|
64 |
langcodes==3.3.0
|
65 |
looseversion==1.1.2
|
66 |
lxml==4.9.2
|
|
|
67 |
markdown-it-py==2.2.0
|
68 |
MarkupSafe==2.1.2
|
69 |
matplotlib==3.7.0
|
@@ -132,6 +137,7 @@ soupsieve==2.4
|
|
132 |
spacy==3.5.2
|
133 |
spacy-legacy==3.0.12
|
134 |
spacy-loggers==1.0.4
|
|
|
135 |
squarify==0.4.3
|
136 |
srsly==2.4.6
|
137 |
starlette==0.26.1
|
|
|
1 |
aiofiles==23.1.0
|
2 |
aiohttp==3.8.4
|
3 |
aiosignal==1.3.1
|
4 |
+
alembic==1.10.3
|
5 |
altair==4.2.2
|
6 |
anyio==3.6.2
|
7 |
apiclient==1.0.4
|
8 |
async-timeout==4.0.2
|
9 |
attrs==22.2.0
|
10 |
+
banal==1.0.6
|
11 |
beautifulsoup4==4.11.2
|
12 |
blinker==1.5
|
13 |
blis==0.7.9
|
|
|
28 |
cycler==0.11.0
|
29 |
cymem==2.0.7
|
30 |
Cython==0.29.32
|
31 |
+
dataset==1.6.0
|
32 |
datasets==2.10.0
|
33 |
decorator==5.1.1
|
34 |
dill==0.3.6
|
|
|
53 |
google-auth==2.16.1
|
54 |
google-auth-httplib2==0.1.0
|
55 |
googleapis-common-protos==1.58.0
|
56 |
+
greenlet==2.0.2
|
57 |
h11==0.14.0
|
58 |
httplib2==0.21.0
|
59 |
huggingface-hub==0.12.1
|
|
|
68 |
langcodes==3.3.0
|
69 |
looseversion==1.1.2
|
70 |
lxml==4.9.2
|
71 |
+
Mako==1.2.4
|
72 |
markdown-it-py==2.2.0
|
73 |
MarkupSafe==2.1.2
|
74 |
matplotlib==3.7.0
|
|
|
137 |
spacy==3.5.2
|
138 |
spacy-legacy==3.0.12
|
139 |
spacy-loggers==1.0.4
|
140 |
+
SQLAlchemy==1.4.47
|
141 |
squarify==0.4.3
|
142 |
srsly==2.4.6
|
143 |
starlette==0.26.1
|