diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-10-04 02:10:02 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-10-04 02:10:02 +0000 |
commit | 0aa3312b46358de6c14fdadaa990ce2e90daf086 (patch) | |
tree | cd436c25adb80b661f1b8994b83ebf46822922e6 /requirements-py3.txt | |
parent | 969847d3f08effe2aa77ba782c6ff3037d495527 (diff) | |
parent | 487bbf5b13f33c56d82a2ce8fc1b9b280519aa2c (diff) | |
download | oslo-messaging-0aa3312b46358de6c14fdadaa990ce2e90daf086.tar.gz |
Merge "Enable oslo.i18n for oslo.messaging"
Diffstat (limited to 'requirements-py3.txt')
-rw-r--r-- | requirements-py3.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt index 2718116..d243d7f 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -5,12 +5,13 @@ oslo.config>=1.4.0 # Apache-2.0 oslo.serialization>=1.0.0 # Apache-2.0 oslo.utils>=1.0.0 # Apache-2.0 +oslo.i18n>=1.0.0 # Apache-2.0 stevedore>=1.0.0 # Apache-2.0 # for jsonutils six>=1.7.0 -# used by openstack/common/gettextutils.py +# used by oslo.i18n Babel>=1.3 # for the routing notifier |