launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28683
[Merge] ~cjwatson/launchpad:explicit-simplejson into launchpad:master
Colin Watson has proposed merging ~cjwatson/launchpad:explicit-simplejson into launchpad:master.
Commit message:
Explicitly depend on simplejson
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/425725
We were previously relying on lazr.restful pulling this in. (Eventually we should just use the standard library's `json` module, but that'll be a bit more work.)
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:explicit-simplejson into launchpad:master.
diff --git a/setup.cfg b/setup.cfg
index ade4428..523364e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -93,6 +93,7 @@ install_requires =
secure-cookie
setproctitle
setuptools
+ simplejson
six
soupmatchers
Sphinx