summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Lukjanov <slukjanov@mirantis.com>2014-07-11 15:56:13 +0400
committerSergey Lukjanov <slukjanov@mirantis.com>2014-07-11 16:10:35 +0400
commitc436ff2b28d5b7e5ff5cacbe823a76891770f62b (patch)
tree5e7f52d73658e4e970b75a5f82869ea98b72a616
parent6f29bf23f6de18da1473fa224579daec0dd602dd (diff)
downloadpython-saharaclient-c436ff2b28d5b7e5ff5cacbe823a76891770f62b.tar.gz
Add oslo.i18n lib to requirements
The oslo.i18n lib provides i18n functions that were provided by oslo-incubator's gettextutils module. Implements blueprint sahara-client-oslo-i18n Change-Id: I62576fdb0891cef86974c6e3fedeec3540570d04
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 1d58384..6b8d279 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,7 @@
Babel>=1.3
pbr>=0.6,!=0.7,<1.0
netaddr>=0.7.6
+oslo.i18n>=0.1.0
python-keystoneclient>=0.9.0
requests>=1.1
six>=1.7.0