From 44c73492704144e8c7b05e49590dc770b5b58ab1 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Fri, 14 Sep 2007 03:24:15 -0700
Subject: [PATCH] setup.py: require simplejson>=1.4, since we use the indent=
 argument

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 3479aaaa..f0d49ebc 100644
--- a/setup.py
+++ b/setup.py
@@ -115,7 +115,7 @@ setup(name='allmydata-tahoe',
       classifiers=trove_classifiers,
       test_suite="allmydata.test",
       install_requires=["zfec >= 1.0.3",
-                        "foolscap >= 0.1.6", "simplejson",
+                        "foolscap >= 0.1.6", "simplejson >= 1.4",
                         #"nevow", # we need nevow, but it doesn't seem to be
                                   # installable by easy_install
                         ],
-- 
2.45.2