Spaces:
Sleeping
Sleeping
pragnakalp
commited on
Commit
·
2274431
1
Parent(s):
2e9e2b2
Upload requirements.txt
Browse files- requirements.txt +38 -0
requirements.txt
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
boto3==1.14.56
|
2 |
+
botocore==1.17.56
|
3 |
+
certifi==2020.6.20
|
4 |
+
chardet==3.0.4
|
5 |
+
click==7.1.2
|
6 |
+
docutils==0.15.2
|
7 |
+
fire==0.3.1
|
8 |
+
Flask==1.1.2
|
9 |
+
Flask-Cors==3.0.9
|
10 |
+
geoip2==3.0.0
|
11 |
+
idna==2.8
|
12 |
+
itsdangerous==1.1.0
|
13 |
+
Jinja2==2.11.2
|
14 |
+
jmespath==0.10.0
|
15 |
+
joblib==0.16.0
|
16 |
+
MarkupSafe==1.1.1
|
17 |
+
maxminddb==1.5.2
|
18 |
+
nltk==3.4.5
|
19 |
+
numpy==1.19.1
|
20 |
+
Pillow==7.2.0
|
21 |
+
pkg-resources==0.0.0
|
22 |
+
python-dateutil==2.8.0
|
23 |
+
pytorch-transformers==1.2.0
|
24 |
+
pytz==2020.1
|
25 |
+
regex==2020.7.14
|
26 |
+
requests==2.22.0
|
27 |
+
s3transfer==0.3.3
|
28 |
+
sacremoses==0.0.43
|
29 |
+
sentencepiece==0.1.91
|
30 |
+
six==1.15.0
|
31 |
+
termcolor==1.1.0
|
32 |
+
torch==1.4.0
|
33 |
+
torchvision==0.5.0
|
34 |
+
tqdm==4.48.2
|
35 |
+
transformers==2.1.1
|
36 |
+
urllib3==1.25.6
|
37 |
+
uWSGI==2.0.19.1
|
38 |
+
Werkzeug==1.0.1
|