summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-02-11 12:24:45 +0000
committerStephen Finucane <stephenfin@redhat.com>2021-02-11 12:24:45 +0000
commite45953927898b639de9dbcba8edb6d07bcb4cba3 (patch)
tree4ee8d87a19e7619ad42668a96678c594089184a2
parentf50782f4028da030f4fdeafdc284b6e45d7c2f71 (diff)
downloadpython-novaclient-e45953927898b639de9dbcba8edb6d07bcb4cba3.tar.gz
requirements: Remove simplejson
We don't need to support any version of Python that is missing the json stdlib library. Change-Id: I6d13719ef9d4ae40945cfc66c1d0b40018950c58 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
-rw-r--r--lower-constraints.txt1
-rw-r--r--requirements.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index a228819f..117b697c 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -82,7 +82,6 @@ requests-mock==1.2.0
requestsexceptions==1.2.0
rfc3986==0.3.1
Routes==2.3.1
-simplejson==3.5.1
smmap==0.9.0
statsd==3.2.1
stevedore==2.0.1
diff --git a/requirements.txt b/requirements.txt
index d231ed54..b93814eb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,5 +8,4 @@ oslo.i18n>=3.15.3 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
PrettyTable>=0.7.2 # BSD
-simplejson>=3.5.1 # MIT
stevedore>=2.0.1 # Apache-2.0