From 05050e4b2110d0807257c2a29c4ab6080813f36d Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 3 Jan 2018 10:11:30 +0000 Subject: Replace ujson with json ujson has not had any active maintenance for the last 12 months; switch to using json module instead. Change-Id: I39027b534e94b3f877d881647a7c843183f60f92 Closes-Bug: 1737989 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index b978ac8a..9282f424 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,6 @@ oslo.reports>=0.6.0 # Apache-2.0 oslo.rootwrap>=2.0.0 # Apache-2.0 pbr>=1.6 # Apache-2.0 oslo.messaging>=5.12.0 # Apache-2.0 -ujson oslo.utils>=3.5.0 # Apache-2.0 pysnmp<5.0.0,>=4.2.3 # BSD python-glanceclient>=2.0.0 # Apache-2.0 -- cgit v1.2.1