From de40046ce92dac2a8a73b12dd15418a0f3d549ac Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 27 Apr 2015 17:39:53 +0200 Subject: [PATCH] Remove unused iso8601 dependency The iso8601 module is no more used directly, timeutils from openstack.common is used instead. Change-Id: Icbe59de46d84a84c60c809431c359187c09c3ffe --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a4ff4b8..b611a312 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. Babel>=1.3 -iso8601>=0.1.9 oslo.config>=1.9.3 # Apache-2.0 oslo.context>=0.2.0 # Apache-2.0 oslo.i18n>=1.5.0 # Apache-2.0