From e45953927898b639de9dbcba8edb6d07bcb4cba3 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 11 Feb 2021 12:24:45 +0000 Subject: 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 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') 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 -- cgit v1.2.1