Skip to content

Commit

Permalink
fix: un-pin google-crc32c (#267)
Browse files Browse the repository at this point in the history
This reverts commit 9fa344f.

Co-authored-by: Andrew Gorcester <gorcester@google.com>
  • Loading branch information
tseaver and andrewsg committed Sep 20, 2021
1 parent 7c4278c commit 6b03a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@


REQUIREMENTS = [
'google-crc32c >= 1.0, <= 1.1.2',
'google-crc32c >= 1.0, < 2.0dev',
]
EXTRAS_REQUIRE = {
'requests': [
Expand Down

0 comments on commit 6b03a13

Please sign in to comment.