From e15b0e3e2a1398c26f4d92aa67ce42c9a8f1af26 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Wed, 22 Aug 2012 03:03:19 -0700 Subject: [PATCH] Relax simplejson version requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce5fac728..405164621 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ ] install_requires = [ - 'simplejson>=2.1.6,<2.5.0', + 'simplejson', ] setup(