Remove unused anyjson

As `anyjson` is not needed in our code, better remove it from requirements
to reduce dependency.

Change-Id: Ibc180e4d142bb34507cd1966b698e9c03d0c01fd
This commit is contained in:
Chaozhe.Chen 2016-02-24 00:05:54 +08:00
parent 49994b4cec
commit 4568e45654

View File

@ -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