Skip to content

Commit

Permalink
Update boto dependency to boto3 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucienlu-aws authored Apr 30, 2024
1 parent d2f7879 commit bd2c442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto
boto3
argparse
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
PACKAGE_VERSION = '2.1.4'
PYTHON_REQUIREMENTS = [
'boto',
'boto3',
# argparse is part of python2.7 but must be declared for python2.6
'argparse',
]
Expand Down

0 comments on commit bd2c442

Please sign in to comment.