diff options
author | Ethan Lynn <xjunlin@cn.ibm.com> | 2014-07-22 11:06:53 +0800 |
---|---|---|
committer | Ethan Lynn <xjunlin@cn.ibm.com> | 2014-09-02 10:53:14 +0800 |
commit | d5c449ab32a1a3a3f47c5ebdcbee97d61e681165 (patch) | |
tree | b8912819ec697f5afde4380502071cac4df03d42 /requirements.txt | |
parent | 12b3bd4360503c824c82f02b81c352f8d21fcc10 (diff) | |
download | heat-d5c449ab32a1a3a3f47c5ebdcbee97d61e681165.tar.gz |
Import oslo.i18n and port heat bins to use oslo.i18n
Import oslo.i18n and port heat bins to use oslo.i18n
blueprint oslo-i18n
Change-Id: If30df87d7d2b8047225f0c413d338ace975062b1
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 79167e9fd..29480a093 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,7 @@ lxml>=2.3 netaddr>=0.7.6 oslo.config>=1.4.0.0a3 oslo.db>=0.2.0 # Apache-2.0 +oslo.i18n>=0.2.0 # Apache-2.0 oslo.messaging>=1.3.0 PasteDeploy>=1.5.0 pbr>=0.6,!=0.7,<1.0 |