Skip to content

Commit

Permalink
Add botocore to extras in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Mar 27, 2024
1 parent af1a5f0 commit aba153f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def run(cls):
"lz4": ["lz4"],
"snappy": ["python-snappy"],
"zstd": ["zstandard"],
"boto": ["botocore"],
},
cmdclass={"test": Tox},
packages=find_packages(exclude=['test']),
Expand Down

0 comments on commit aba153f

Please sign in to comment.