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 1553fad commit 274606bCopy full SHA for 274606b
setup.py
@@ -43,7 +43,7 @@
43
'redis': ['redis>=2.10.5'],
44
'uwsgi': ['uwsgi>=2.0.0'],
45
# 'cpphash': ['mmh3cffi==0.2.0']
46
- 'cpphash': ['mmh3cffi@git+ssh://git@github.com/splitio/mmh3cffi@development#egg=mmh3cffi']
+ 'cpphash': ['mmh3cffi@git+https://github.com/splitio/mmh3cffi@development#egg=mmh3cffi']
47
},
48
setup_requires=['pytest-runner'],
49
classifiers=[
0 commit comments