Skip to content

Commit 1c0e704

Browse files
committed
bump cpphash
1 parent 40e6891 commit 1c0e704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
'test': TESTS_REQUIRES,
4242
'redis': ['redis>=2.10.5'],
4343
'uwsgi': ['uwsgi>=2.0.0'],
44-
'cpphash': ['mmh3cffi==0.2.0'],
44+
# 'cpphash': ['mmh3cffi==0.2.0'],
45+
'cpphash': ['mmh3cffi @ git+ssh://git@github.com/splitio/mmh3cffi@5394feecfd7be25a511a1e3f8253fae45c7d6d07#egg=mmh3cffi']
4546
},
4647
setup_requires=['pytest-runner'],
4748
classifiers=[

0 commit comments

Comments
 (0)