summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTony Xu <hhktony@gmail.com>2016-10-25 11:01:25 +0800
committerTony Xu <hhktony@gmail.com>2016-10-25 11:01:25 +0800
commitd615913ae5820704afc3c9358600eaf9adf6e528 (patch)
tree6bea139b25dc5408fbdcbaaa1f589879a9a59168 /requirements.txt
parentc1de5648406c4de70f882cb6a1d424e266c47448 (diff)
downloadoslo-policy-d615913ae5820704afc3c9358600eaf9adf6e528.tar.gz
Add stevedore to requirements
This module is be used in: oslo_policy/generator.py oslo_policy/tests/test_generator.py Change-Id: I613043aeab7825bac44bbb1b20d984c7c9a20ce8
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 6a89628..cd30527 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,3 +8,4 @@ oslo.i18n>=2.1.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
PyYAML>=3.10.0 # MIT
six>=1.9.0 # MIT
+stevedore>=1.17.1 # Apache-2.0