Skip to content

Commit

Permalink
Add botocore as default dependency (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
okigan authored Aug 21, 2024
1 parent 22cebb0 commit 705b4d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
'requests',
'configargparse',
'configparser',
'urllib3'
'urllib3',
'botocore',
],
extras_require={
'awslibs': ["botocore"]
'awslibs': []
}
)

0 comments on commit 705b4d5

Please sign in to comment.