Skip to content

Commit

Permalink
Added crc32c extra requirement as per issue #2068
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaSeltzer authored and jeffwidman committed Sep 17, 2020
1 parent 26b8400 commit d09ff02
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 @@ -35,6 +35,7 @@ def run(cls):
version=__version__,

tests_require=test_require,
extras_require={"crc32c": ["crc32c"]},
cmdclass={"test": Tox},
packages=find_packages(exclude=['test']),
author="Dana Powers",
Expand Down

0 comments on commit d09ff02

Please sign in to comment.