Skip to content

Commit bd2c442

Browse files
authored
Update boto dependency to boto3 (#245)
1 parent d2f7879 commit bd2c442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto
1+
boto3
22
argparse

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
4545
PACKAGE_VERSION = '2.1.4'
4646
PYTHON_REQUIREMENTS = [
47-
'boto',
47+
'boto3',
4848
# argparse is part of python2.7 but must be declared for python2.6
4949
'argparse',
5050
]

0 commit comments

Comments
 (0)