We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c631578 commit abe26deCopy full SHA for abe26de
2 files changed
setup.py
@@ -36,13 +36,15 @@
36
url='https://github.com/splitio/python-client',
37
download_url=('https://github.com/splitio/python-client/tarball/' + __version__), # pylint: disable=undefined-variable
38
license='Apache License 2.0',
39
+ dependency_links=['https://github.com/splitio/mmh3cffi/tarball/development#egg=mmh3cffi-0.1.1'],
40
install_requires=INSTALL_REQUIRES,
41
tests_require=TESTS_REQUIRES,
42
extras_require={
43
'test': TESTS_REQUIRES,
44
'redis': ['redis>=2.10.5'],
45
'uwsgi': ['uwsgi>=2.0.0'],
- 'cpphash': ['mmh3cffi>=0.1.4']
46
+# 'cpphash': ['mmh3cffi>=0.1.4']
47
+ 'cpphash': ['mmh3cffi']
48
},
49
setup_requires=['pytest-runner'],
50
classifiers=[
splitio/version.py
@@ -1 +1 @@
1
-__version__ = '8.2.0'
+__version__ = '8.2.1-rc1'
0 commit comments