Skip to content

Commit

Permalink
Lock jmespath version to 0.7.1-1.0.0
Browse files Browse the repository at this point in the history
Fixes boto#656.
  • Loading branch information
jamesls committed Sep 24, 2015
1 parent b98c12d commit 5472dd5
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 @@ -5,7 +5,7 @@
from setuptools import setup, find_packages


requires = ['jmespath==0.7.1',
requires = ['jmespath>=0.7.1,<1.0.0',
'python-dateutil>=2.1,<3.0.0',
'docutils>=0.10']

Expand Down

0 comments on commit 5472dd5

Please sign in to comment.