summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-02-04 01:44:43 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2015-02-04 01:44:43 -0500
commitd130ada2ec58021bd9ed498b6ce2dc89df3364f8 (patch)
treee258a2b60c6021727ce929871ce93c5577dbfac9 /requirements.txt
parentebd55395ceaaf263ded4a5edbaf5eb8a6b2dfb6e (diff)
downloadpycadf-d130ada2ec58021bd9ed498b6ce2dc89df3364f8.tar.gz
Use oslo_context
even though we have deprecated the middleware, we should still use oslo_context so we can be fully decoupled from oslo-incubator. Change-Id: I17d0d9a8daef66d9d39b621615e5e7bb9f022510
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 1a2e320..af6ce08 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,6 +3,7 @@
# process, which may cause wedges in the gate later.
Babel>=1.3
oslo.config>=1.6.0 # Apache-2.0
+oslo.context>=0.1.0 # Apache-2.0
oslo.i18n>=1.3.0 # Apache-2.0
oslo.serialization>=1.2.0 # Apache-2.0
pytz>=2013.6