diff options
author | Victor Sergeyev <vsergeyev@mirantis.com> | 2015-06-24 13:33:02 +0300 |
---|---|---|
committer | Victor Sergeyev <vsergeyev@mirantis.com> | 2015-06-24 13:33:02 +0300 |
commit | 33afc3329de41eafc10504330c22f9368d166dfe (patch) | |
tree | 809ba4d4895db129103011b331f643798913e849 /requirements.txt | |
parent | f25c766b588a9a2aacf328bf3873dd8730fab8cb (diff) | |
download | oslo-db-33afc3329de41eafc10504330c22f9368d166dfe.tar.gz |
Add oslo.context to requirements.txt
olso_context are used by oslo.db enginefacade, so we should specify
it in project requirements
Change-Id: If23a2e90446d8d37820ef5c4476cb04d200163f7
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 3435295..14fe2bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,7 @@ Babel>=1.3 iso8601>=0.1.9 oslo.i18n>=1.5.0 # Apache-2.0 oslo.config>=1.11.0 # Apache-2.0 +oslo.context>=0.2.0 # Apache-2.0 oslo.utils>=1.6.0 # Apache-2.0 SQLAlchemy<1.1.0,>=0.9.7 sqlalchemy-migrate>=0.9.6 |