Skip to content

Commit

Permalink
Bump simplekv minimal version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquerie committed Oct 2, 2017
1 parent 83238b7 commit 9eea205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(fname):
zip_safe=False,
platforms='any',
install_requires=[
'Flask>=0.8', 'simplekv>=0.9.2', 'werkzeug', 'itsdangerous>=0.20',
'Flask>=0.8', 'simplekv>=0.11.2', 'werkzeug', 'itsdangerous>=0.20',
'six',
],
classifiers=[
Expand Down

0 comments on commit 9eea205

Please sign in to comment.