From a17ed791eb408d708f382c6ef8ecd7480f5032e6 Mon Sep 17 00:00:00 2001 From: avnish Date: Wed, 11 Jan 2017 11:19:19 +0530 Subject: [PATCH] Remove useless iso8601 requirements This patch cleans up the requirements.txt list to remove iso8601 module not used anymore. Change-Id: Ifaae61d382a63335f53b519649b0901890f5c690 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ac24dc566..0aebb6e65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,6 @@ pbr>=1.8 # Apache-2.0 beautifulsoup4 # MIT Django<1.9,>=1.8 # BSD django-formtools # BSD -iso8601>=0.1.11 # MIT six>=1.9.0 # MIT python-muranoclient>=0.8.2 # Apache-2.0 PyYAML>=3.10.0 # MIT