summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Chanda <abhishek@cloudscaling.com>2015-01-16 12:38:30 -0800
committerAbhishek Chanda <abhishek@cloudscaling.com>2015-01-18 09:20:09 +0000
commit052bcb279ba8af0f8ead398fad6e879b186890af (patch)
tree286c4a0365dd2ff3082f6b0087cc7b1adc9cf435
parentb9e50a716d9ee5fa33e23621ddbe467837d941c7 (diff)
downloadpython-openstackclient-052bcb279ba8af0f8ead398fad6e879b186890af.tar.gz
Add missing oslo-config to requirements
openstackclient uses these oslo-config but it is not in list of requirements. That results in a stacktrace while using the cli. Change-Id: I9b3c8e491ce09624524cf8b3ddcafcf5953d9ab6
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index d73bf065..4a5d70d3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,6 +7,7 @@ six>=1.7.0
Babel>=1.3
cliff>=1.7.0 # Apache-2.0
cliff-tablib>=1.0
+oslo.config>=1.6.0 # Apache-2.0
oslo.i18n>=1.0.0 # Apache-2.0
oslo.utils>=1.2.0 # Apache-2.0
oslo.serialization>=1.2.0 # Apache-2.0