Skip to content

Commit a5b5215

Browse files
authored
Merge pull request #122 from splitio/development
Updated new hash implementation package
2 parents 182aa1b + 15a97f8 commit a5b5215

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
@@ -35,7 +35,7 @@
3535
'test': tests_require,
3636
'redis': ['redis>=2.10.5', 'jsonpickle>=0.9.3'],
3737
'uwsgi': ['uwsgi>=2.0.0', 'jsonpickle>=0.9.3'],
38-
'cpphash': ['mmh3cffi>=0.1.2']
38+
'cpphash': ['mmh3cffi>=0.1.4']
3939
},
4040
setup_requires=['nose'],
4141
classifiers=[

0 commit comments

Comments
 (0)