File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3636 url = 'https://github.com/splitio/python-client' ,
3737 download_url = ('https://github.com/splitio/python-client/tarball/' + __version__ ), # pylint: disable=undefined-variable
3838 license = 'Apache License 2.0' ,
39+ dependency_links = ['https://github.com/splitio/mmh3cffi/tarball/development#egg=mmh3cffi-0.1.1' ],
3940 install_requires = INSTALL_REQUIRES ,
4041 tests_require = TESTS_REQUIRES ,
4142 extras_require = {
4243 'test' : TESTS_REQUIRES ,
4344 'redis' : ['redis>=2.10.5' ],
4445 'uwsgi' : ['uwsgi>=2.0.0' ],
45- 'cpphash' : ['mmh3cffi>=0.1.4' ]
46+ # 'cpphash': ['mmh3cffi>=0.1.4']
47+ 'cpphash' : ['mmh3cffi' ]
4648 },
4749 setup_requires = ['pytest-runner' ],
4850 classifiers = [
Original file line number Diff line number Diff line change 1- __version__ = '8.2.0 '
1+ __version__ = '8.2.1-rc1 '
You can’t perform that action at this time.
0 commit comments