diff options
author | Dmitry Tantsur <dtantsur@protonmail.com> | 2020-09-01 11:48:12 +0200 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2020-09-01 11:53:25 +0200 |
commit | 471666905c92dc96a4170b9378315ab48c70e37d (patch) | |
tree | 33e60123a20caa99caa3c48425ee14b8436789fb /requirements.txt | |
parent | cfede0c5bc75ea61f42c1a17809586191ebb4edf (diff) | |
download | ironic-python-agent-471666905c92dc96a4170b9378315ab48c70e37d.tar.gz |
Replace oslo's loopingcall with tenacity
The latter has a more natural API and does not have a hard requirement
of eventlet. It is already a dependency of ironic-lib.
Change-Id: I68de9e989af137b34c19bbaf9b7c0a5ba6e1d4e3
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 28ea8ace..8a857be3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,6 @@ pyudev>=0.18 # LGPLv2.1+ requests>=2.14.2 # Apache-2.0 rtslib-fb>=2.1.65 # Apache-2.0 stevedore>=1.20.0 # Apache-2.0 +tenacity>=6.2.0 # Apache-2.0 ironic-lib>=4.1.0 # Apache-2.0 Werkzeug>=0.15.0 # BSD License |