rm boto3 dependency

This commit is contained in:
Julien Chaumond
2020-04-25 10:43:44 -04:00
parent 4e817ff418
commit 97a375484c
4 changed files with 11 additions and 75 deletions

View File

@@ -99,8 +99,6 @@ setup(
"tokenizers == 0.7.0",
# dataclasses for Python versions that don't have it
"dataclasses;python_version<'3.7'",
# accessing files from S3 directly
"boto3",
# filesystem locks e.g. to prevent parallel downloads
"filelock",
# for downloading models over HTTPS