Skip to content

Commit

Permalink
chore(deps): pin 'google-crc32c < 0.2dev' (#160)
Browse files Browse the repository at this point in the history
Prepare for upcoming version, which will namespace the module to avoid
conflict with the ICRAR version.

See: googleapis/python-crc32c#29
  • Loading branch information
tseaver committed Aug 6, 2020
1 parent 0731354 commit 52a322d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@

REQUIREMENTS = [
'six',
'google-crc32c >= 0.1.0; python_version>="3.5"',
'google-crc32c >= 0.1.0, < 0.2dev; python_version>="3.5"',
'crcmod >= 1.7; python_version=="2.7"',
]
EXTRAS_REQUIRE = {
Expand Down

0 comments on commit 52a322d

Please sign in to comment.