Spaces:
Runtime error
Runtime error
Commit
·
d911e51
1
Parent(s):
6308102
Create requirements.txt
Browse files- requirements.txt +46 -0
requirements.txt
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
blis==0.4.1
|
2 |
+
catalogue==1.0.0
|
3 |
+
certifi==2020.6.20
|
4 |
+
chardet==3.0.4
|
5 |
+
click==7.1.2
|
6 |
+
cymem==2.0.4
|
7 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz
|
8 |
+
filelock==3.0.12
|
9 |
+
Flask==1.1.2
|
10 |
+
Flask-Cors==3.0.9
|
11 |
+
future==0.18.2
|
12 |
+
geoip2==3.0.0
|
13 |
+
idna==2.10
|
14 |
+
importlib-metadata==2.0.0
|
15 |
+
itsdangerous==1.1.0
|
16 |
+
Jinja2==2.11.2
|
17 |
+
joblib==0.17.0
|
18 |
+
MarkupSafe==1.1.1
|
19 |
+
maxminddb==2.0.3
|
20 |
+
murmurhash==1.0.3
|
21 |
+
numpy
|
22 |
+
packaging==20.4
|
23 |
+
Pillow==8.0.1
|
24 |
+
plac==1.1.3
|
25 |
+
preshed==3.0.2
|
26 |
+
protobuf==3.13.0
|
27 |
+
pyparsing==2.4.7
|
28 |
+
pytz==2020.4
|
29 |
+
regex==2020.10.28
|
30 |
+
requests==2.24.0
|
31 |
+
sacremoses==0.0.43
|
32 |
+
sentencepiece==0.1.94
|
33 |
+
six==1.15.0
|
34 |
+
spacy==2.3.2
|
35 |
+
srsly==1.0.2
|
36 |
+
torch==1.13.0
|
37 |
+
thinc==7.4.1
|
38 |
+
tokenizers==0.9.2
|
39 |
+
tqdm==4.51.0
|
40 |
+
transformers==3.4.0
|
41 |
+
typing-extensions==3.7.4.3
|
42 |
+
urllib3==1.25.11
|
43 |
+
uWSGI==2.0.19.1
|
44 |
+
wasabi==0.8.0
|
45 |
+
Werkzeug==1.0.1
|
46 |
+
zipp==3.4.0
|