We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098ecbf commit 16f4867Copy full SHA for 16f4867
kafka/record/util.py
@@ -2,7 +2,7 @@
2
3
from kafka.record._crc32c import crc as crc32c_py
4
try:
5
- from crc32c import crc32 as crc32c_c
+ from crc32c import crc32c as crc32c_c
6
except ImportError:
7
crc32c_c = None
8
requirements-dev.txt
@@ -13,5 +13,5 @@ pylint==2.5.3
13
pytest-pylint==0.17.0
14
pytest-mock==1.10.0
15
sphinx-rtd-theme==0.2.4
16
-crc32c==1.7
+crc32c==2.1
17
py==1.8.0
0 commit comments