diff options
author | Dmitry Tantsur <dtantsur@protonmail.com> | 2019-11-27 19:13:34 +0100 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2019-12-02 12:12:27 +0100 |
commit | 9f6c2aa05bce227efafd4d9b4c316664cccdfbae (patch) | |
tree | 98f4168f1758f2665e9046d06959d91a17593f62 /requirements.txt | |
parent | 82084730cda0b2ee3fce21ab4edef7926ca94330 (diff) | |
download | ironic-python-agent-9f6c2aa05bce227efafd4d9b4c316664cccdfbae.tar.gz |
Remove the unused dependency on iso8601
Change-Id: If6cabb58ee861d10657c6563fe3118709e621545
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index f8c4bb80..77b1c153 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 |