Skip to content

Commit 6a8b5ee

Browse files
kaustubhsardarVikas-kum
authored andcommitted
boto3 dependency added (aws#43)
boto3 dependency added
1 parent 2f41f0d commit 6a8b5ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ def compile_summary_protobuf():
3434
"License :: OSI Approved :: Apache Software License",
3535
"Operating System :: OS Independent",
3636
],
37-
install_requires = ['aioboto3', 'nest_asyncio', 'protobuf>=3.6.0'],
37+
38+
install_requires = ['aioboto3', 'nest_asyncio', 'protobuf>=3.6.0' ,'boto3'],
39+
3840
setup_requires=["pytest-runner"],
3941
tests_require=["pytest", "tensorflow"],
4042
)

tornasole_core/access_layer/s3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import boto
21
import boto3
32
import re
43
from tornasole_core.access_layer.base import TSAccessBase

0 commit comments

Comments
 (0)