summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2020-07-04 14:43:49 -0400
committerDoug Hellmann <doug@doughellmann.com>2020-07-05 15:58:46 -0400
commit6ac510d0cd25c8c3c76d56dd8e100ca2a6f8b962 (patch)
tree3dbbc782a04faa145eb153496204a92a269d20de /requirements.txt
parent8099c98249dfc9caa9cdbac4cbe7afba4279c734 (diff)
downloadcliff-6ac510d0cd25c8c3c76d56dd8e100ca2a6f8b962.tar.gz
switch to stevedore for loading entry pointsvictoria-em3.4.0
Switch to using stevedore now so that when the cache implementation is released all cliff applications can take advantage of the performance benefits. Change-Id: Ib7bf53091470b55ab87082d315ca283d3600a636 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index a603e32..1f87db9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,5 +6,5 @@ cmd2>=0.8.0,!=0.8.3 # MIT
PrettyTable<0.8,>=0.7.2 # BSD
pyparsing>=2.1.0 # MIT
six>=1.10.0 # MIT
-stevedore>=1.20.0 # Apache-2.0
+stevedore>=2.0.1 # Apache-2.0
PyYAML>=3.12 # MIT