-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
39 lines (36 loc) · 735 Bytes
/
Pipfile
File metadata and controls
39 lines (36 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"boto3" = "==1.9.210"
botocore = "==1.12.210"
certifi = "==2019.6.16"
chardet = "==3.0.4"
click = "==7.0"
docutils = "==0.15.2"
idna = "==2.8"
itsdangerous = "==1.1.0"
jmespath = "==0.9.4"
numpy = "==1.17.0"
python-dateutil = "==2.8.0"
pytorch-transformers = "==1.1.0"
regex = "==2019.6.8"
requests = "==2.22.0"
"s3transfer" = "==0.2.1"
sentencepiece = "==0.1.83"
six = "==1.12.0"
torch = "==1.2.0"
tqdm = "==4.33.0"
"urllib3" = "==1.25.3"
Flask = "==1.1.1"
"Jinja2" = "==2.10.1"
MarkupSafe = "==1.1.1"
Werkzeug = "==0.15.5"
pandas = "==0.25.0"
pytz = "==2019.2"
Flask-Cors = "==3.0.8"
nltk = "*"
[dev-packages]
[requires]
python_version = "3.7"