File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ 8.2.1 (Aug 25, 2020)
2+ - Use mmh3cffi=0.1.5 which fixes xcode12 issue
3+
148.2.0 (Mar 27, 2020)
25 - Support enabling in-memory cache via config options
36
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' ],
4039 install_requires = INSTALL_REQUIRES ,
4140 tests_require = TESTS_REQUIRES ,
4241 extras_require = {
4342 'test' : TESTS_REQUIRES ,
4443 'redis' : ['redis>=2.10.5' ],
4544 'uwsgi' : ['uwsgi>=2.0.0' ],
46- # 'cpphash': ['mmh3cffi>=0.1.4']
47- 'cpphash' : ['mmh3cffi' ]
45+ 'cpphash' : ['mmh3cffi>=0.1.5' ]
4846 },
4947 setup_requires = ['pytest-runner' ],
5048 classifiers = [
You can’t perform that action at this time.
0 commit comments