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 40e6891 commit 1c0e704Copy full SHA for 1c0e704
setup.py
@@ -41,7 +41,8 @@
41
'test': TESTS_REQUIRES,
42
'redis': ['redis>=2.10.5'],
43
'uwsgi': ['uwsgi>=2.0.0'],
44
- 'cpphash': ['mmh3cffi==0.2.0'],
+ # 'cpphash': ['mmh3cffi==0.2.0'],
45
+ 'cpphash': ['mmh3cffi @ git+ssh://git@github.com/splitio/mmh3cffi@5394feecfd7be25a511a1e3f8253fae45c7d6d07#egg=mmh3cffi']
46
},
47
setup_requires=['pytest-runner'],
48
classifiers=[
0 commit comments