We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be84bf commit af0952dCopy full SHA for af0952d
setup.py
@@ -38,7 +38,7 @@
38
license='Apache License 2.0',
39
install_requires=INSTALL_REQUIRES,
40
tests_require=TESTS_REQUIRES,
41
- dependency_links=['https://github.com/splitio/mmh3cffi/tarball/feature/hash128#egg=mmh3cffi-0.2.0'],
+ dependency_links=['https://github.com/splitio/mmh3cffi/tarball/feature/development#egg=mmh3cffi-0.2.0'],
42
extras_require={
43
'test': TESTS_REQUIRES,
44
'redis': ['redis>=2.10.5'],
0 commit comments