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