There was an error while loading. Please reload this page.
1 parent 96e5506 commit 6f2ed75Copy full SHA for 6f2ed75
1 file changed
setup.py
@@ -18,7 +18,7 @@ def run(self):
18
19
setup(
20
name='Flask-Split',
21
- version='0.2.0.1', # customized by Runscope
+ version='0.2.0.2', # customized by Runscope
22
url='http://github.com/jpvanhal/flask-split',
23
license='MIT',
24
author='Janne Vanhala',
@@ -32,7 +32,7 @@ def run(self):
32
platforms='any',
33
install_requires=[
34
'Flask>=0.7',
35
- 'Redis>=2.4.13',
+ 'Redis>=2.10.3',
36
],
37
cmdclass={'test': PyTest},
38
classifiers=[
0 commit comments