diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-04-29 22:42:15 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-04-29 22:42:15 +0000 |
commit | 4438556624ae889eb79f66c516d6b9a24f554798 (patch) | |
tree | de2f750f331d81fad1c150fa640a5c102d562205 | |
parent | 2d8d989f3aeb7104d3ee7002e84c1dc0883e00cb (diff) | |
download | tooz-mitaka-eol.tar.gz |
Updated from global requirementsmitaka-eolstable/mitaka
Change-Id: I00cc6c24604bbb61266c300e6ee6401b96776acb
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 135781e..522d5dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. pbr>=1.6 # Apache-2.0 -Babel>=1.3 # BSD +Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD stevedore>=1.5.0 # Apache-2.0 six>=1.9.0 # MIT enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD |