From 4568e4565409cf02f3d12ccfbed95d622cbdd90b Mon Sep 17 00:00:00 2001 From: "Chaozhe.Chen" Date: Wed, 24 Feb 2016 00:05:54 +0800 Subject: [PATCH] Remove unused `anyjson` As `anyjson` is not needed in our code, better remove it from requirements to reduce dependency. Change-Id: Ibc180e4d142bb34507cd1966b698e9c03d0c01fd --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a95b34a1..5b24e5714 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. pbr>=1.6 # Apache-2.0 -anyjson>=0.3.3 # BSD appdirs>=1.3.0 # MIT License dogpile.cache>=0.5.4 # BSD cliff!=1.16.0,>=1.15.0 # Apache-2.0