From 236fe913bfb2a31a72f961abef18e5a4152af8df Mon Sep 17 00:00:00 2001 From: Bertrand Lallau Date: Sat, 14 Nov 2015 09:16:18 +0100 Subject: [PATCH] Remove anyjson useless requirement This patch cleans up the requirement list to remove anyjson module that is not used anymore directly by Glance. Change-Id: I0eda4633211c74d3c40a03b0b2419d2c99ebe05a --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 11821edf1a..052ee95978 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,6 @@ pbr>=1.6 # < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983 SQLAlchemy<1.1.0,>=0.9.9 -anyjson>=0.3.3 eventlet>=0.17.4 PasteDeploy>=1.5.0 Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'