From f0259a19d548ab1a05d184e222383824535d2809 Mon Sep 17 00:00:00 2001 From: Jordan Pittier Date: Mon, 18 Apr 2016 18:47:05 +0200 Subject: [PATCH] Remove iso8601 and anyjson from requirements.txt It looks like they are not used. Change-Id: I4865e8478932c1a881eb34165cdce9addd737ec8 --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3913f8fd64..4e9bb72a0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. pbr>=1.6 # Apache-2.0 cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0 -anyjson>=0.3.3 # BSD jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT testtools>=1.4.0 # MIT paramiko>=1.16.0 # LGPL @@ -17,7 +16,6 @@ oslo.log>=1.14.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=3.5.0 # Apache-2.0 six>=1.9.0 # MIT -iso8601>=0.1.9 # MIT fixtures<2.0,>=1.3.1 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD PyYAML>=3.1.0 # MIT