Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit aba153f

Browse files
authored
Add botocore to extras in setup.py
1 parent af1a5f0 commit aba153f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def run(cls):
4141
"lz4": ["lz4"],
4242
"snappy": ["python-snappy"],
4343
"zstd": ["zstandard"],
44+
"boto": ["botocore"],
4445
},
4546
cmdclass={"test": Tox},
4647
packages=find_packages(exclude=['test']),

0 commit comments

Comments
 (0)