# HG changeset patch # User Mads Kiilerich # Date 2015-08-11 12:39:07 # Node ID a5a9ea76fa3173f639a439d921202ddeb2a06cc9 # Parent 1949ece749cea6061e1e21a653ffc594ed74a042 setup: drop unused simplejson dependency c796b6bdd532 removed the use of it but didn't drop the dependency. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -51,7 +51,6 @@ requirements = [ "python-dateutil>=1.5.0,<2.0.0", "markdown==2.2.1", "docutils>=0.8.1,<=0.11", - "simplejson==2.5.2", "mock", "pycrypto>=2.6.0,<=2.6.1", "URLObject==2.3.4",