Skip to content

Commit e3cadc3

Browse files
committed
use https
1 parent 1c0e704 commit e3cadc3

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
@@ -42,7 +42,7 @@
4242
'redis': ['redis>=2.10.5'],
4343
'uwsgi': ['uwsgi>=2.0.0'],
4444
# 'cpphash': ['mmh3cffi==0.2.0'],
45-
'cpphash': ['mmh3cffi @ git+ssh://git@github.com/splitio/mmh3cffi@5394feecfd7be25a511a1e3f8253fae45c7d6d07#egg=mmh3cffi']
45+
'cpphash': ['mmh3cffi @ git+https://github.com/splitio/mmh3cffi@5394feecfd7be25a511a1e3f8253fae45c7d6d07#egg=mmh3cffi']
4646
},
4747
setup_requires=['pytest-runner'],
4848
classifiers=[

0 commit comments

Comments
 (0)