Skip to content

Commit 5e17b09

Browse files
author
Mohan Kishore
committed
added dependencies to setup.py
1 parent 0c9e995 commit 5e17b09

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
with open('HISTORY.rst') as history_file:
1212
history = history_file.read()
1313

14-
requirements = [ ]
14+
requirements = [
15+
'boto3',
16+
'botocore'
17+
]
1518

1619
setup_requirements = [ ]
1720

0 commit comments

Comments
 (0)