From 3cc93818fad1ad3207cff7fac271cd5c2c73b623 Mon Sep 17 00:00:00 2001 From: avnish Date: Mon, 9 Jan 2017 13:43:54 +0530 Subject: [PATCH] Remove useless iso8601 requirements This patch cleans up the requirements.txt list to remove iso8601 module not used anymore. Change-Id: I9d828297dee0a9a01bde8f8b84c505fd8b5603d1 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 99d9b5ad..a72965d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,6 @@ Django<1.9,>=1.8 # BSD django-compressor>=2.0 # MIT django-openstack-auth>=2.4.0 # Apache-2.0 oslo.log>=3.11.0 # Apache-2.0 -iso8601>=0.1.11 # MIT python-designateclient>=1.5.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-manilaclient>=1.10.0 # Apache-2.0