Create requirements.txt
Browse files- requirements.txt +37 -0
requirements.txt
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==0.8.1
|
| 2 |
+
boto3==1.10.11
|
| 3 |
+
botocore==1.13.11
|
| 4 |
+
cachetools==3.1.1
|
| 5 |
+
certifi==2019.9.11
|
| 6 |
+
chardet==3.0.4
|
| 7 |
+
Click==7.0
|
| 8 |
+
docutils==0.15.2
|
| 9 |
+
fire==0.2.1
|
| 10 |
+
google-auth==1.7.0
|
| 11 |
+
google-auth-oauthlib==0.4.1
|
| 12 |
+
grpcio==1.25.0
|
| 13 |
+
idna==2.8
|
| 14 |
+
jmespath==0.9.4
|
| 15 |
+
joblib==0.14.0
|
| 16 |
+
Markdown==3.1.1
|
| 17 |
+
numpy==1.17.3
|
| 18 |
+
oauthlib==3.1.0
|
| 19 |
+
protobuf==3.10.0
|
| 20 |
+
pyasn1==0.4.7
|
| 21 |
+
pyasn1-modules==0.2.7
|
| 22 |
+
python-dateutil==2.8.0
|
| 23 |
+
regex==2019.11.1
|
| 24 |
+
requests==2.22.0
|
| 25 |
+
requests-oauthlib==1.3.0
|
| 26 |
+
rsa==4.0
|
| 27 |
+
s3transfer==0.2.1
|
| 28 |
+
sacremoses==0.0.35
|
| 29 |
+
sentencepiece==0.1.83
|
| 30 |
+
six==1.13.0
|
| 31 |
+
tensorboard==2.0.1
|
| 32 |
+
termcolor==1.1.0
|
| 33 |
+
torch==1.3.0
|
| 34 |
+
tqdm==4.37.0
|
| 35 |
+
transformers==2.1.1
|
| 36 |
+
urllib3==1.25.6
|
| 37 |
+
Werkzeug==0.16.0
|