diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-04-13 12:47:41 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-04-13 12:47:41 +0000 |
commit | 82758dacc0a492d84936a89a4c5e60b868eda592 (patch) | |
tree | a864a17a80e0b20a55cfbdcacbb8668cf94cb559 | |
parent | 4217a25d4061e2a700f0bfedfd0fbdbb2d464e42 (diff) | |
download | oslo-serialization-82758dacc0a492d84936a89a4c5e60b868eda592.tar.gz |
Updated from global requirements
Change-Id: I9f2ffebde681dae012801cdb54600002bdb44570
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 359c249..b38a433 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ # that is a likely indicator that the feature belongs somewhere else. 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 six>=1.9.0 # MIT msgpack-python>=0.4.0 # Apache-2.0 oslo.utils>=3.5.0 # Apache-2.0 |