Skip to content

Commit 274606b

Browse files
committed
remove ssh
1 parent 1553fad commit 274606b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'redis': ['redis>=2.10.5'],
4444
'uwsgi': ['uwsgi>=2.0.0'],
4545
# 'cpphash': ['mmh3cffi==0.2.0']
46-
'cpphash': ['mmh3cffi@git+ssh://git@github.com/splitio/mmh3cffi@development#egg=mmh3cffi']
46+
'cpphash': ['mmh3cffi@git+https://github.com/splitio/mmh3cffi@development#egg=mmh3cffi']
4747
},
4848
setup_requires=['pytest-runner'],
4949
classifiers=[

0 commit comments

Comments
 (0)