Fix dep version with Babel

This commit is contained in:
Sahid Orentino Ferdjaoui 2013-12-02 14:53:29 +01:00
parent a8bc5a8872
commit 9e698e0b00
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ setuptools.setup(
install_requires=[
"requests>=1.1,<1.2.3",
"six>=1.4.1",
"Babel==1.3",
"distribute",
"pyyaml",
"python-openstackclient",

View File

@ -14,4 +14,4 @@
# License for the specific language governing permissions and limitations
# under the License.
#
__version__ = "0.2.0"
__version__ = "0.2.1"