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 /lower-constraints.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 'lower-constraints.txt')
-rw-r--r-- | lower-constraints.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index 914e3be6..a31099f8 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -78,6 +78,7 @@ Sphinx==2.0.0 sphinxcontrib-websupport==1.0.1 stestr==1.0.0 stevedore==1.20.0 +tenacity==6.2.0 testrepository==0.0.20 testtools==2.2.0 traceback2==1.4.0 |