From 9f6c2aa05bce227efafd4d9b4c316664cccdfbae Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 27 Nov 2019 19:13:34 +0100 Subject: [PATCH] Remove the unused dependency on iso8601 Change-Id: If6cabb58ee861d10657c6563fe3118709e621545 --- lower-constraints.txt | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index a87dcc8ff..ddf4e85cd 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -26,7 +26,6 @@ hacking==1.0.0 idna==2.6 imagesize==1.0.0 ironic-lib==2.17.0 -iso8601==0.1.11 Jinja2==2.10 keystoneauth1==3.4.0 linecache2==1.0.0 diff --git a/requirements.txt b/requirements.txt index f8c4bb80b..77b1c1539 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. pbr!=2.1.0,>=2.0.0 # Apache-2.0 eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT -iso8601>=0.1.11 # MIT netaddr>=0.7.18 # BSD netifaces>=0.10.4 # MIT oslo.config>=5.2.0 # Apache-2.0