author | Jonathan Griffin <jgriffin@mozilla.com> |
Thu, 09 Feb 2012 17:35:45 -0800 | |
changeset 43 | 3ac949ff4d6bcf7ae69e9f841a162aa5c4f660f8 |
parent 42 | 5a9c343d9d9da5fff4a8179b7c83a7b60c6c40f3 |
child 44 | 8f466f97ac6e6175ab8165368c72f98b8d087657 |
push id | 44 |
push user | jgriffin@mozilla.com |
push date | Fri, 10 Feb 2012 01:36:13 +0000 |
--- a/setup.py +++ b/setup.py @@ -36,17 +36,17 @@ # ***** END LICENSE BLOCK ***** import sys from setuptools import setup, find_packages version = '0.1.1' PACKAGE_NAME = 'mozautoeslib' -deps = ['pyes == 0.15'] +deps = ['pyes == 0.16'] if sys.version < '2.5' or sys.version >= '3.0': print >>sys.stderr, '%s requires Python >= 2.5 and < 3.0' % PACKAGE_NAME sys.exit(1) try: import json except ImportError: