diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-04-29 22:40:39 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-04-29 22:40:39 +0000 |
| commit | 11b0f34ecba42be6efe0eaeb4cba49feb9bba85a (patch) | |
| tree | 5bc050a7302abf318095df9f2a04711d9e0301bd | |
| parent | e2ddf505925b06b538fe8ef3c99fd9b8ffbf4b26 (diff) | |
| download | python-glanceclient-11b0f34ecba42be6efe0eaeb4cba49feb9bba85a.tar.gz | |
Updated from global requirements
Change-Id: I2e18b89d526018aa5b8fc492368717a2865bdc8d
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index fbc914c..6cac98d 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 PrettyTable<0.8,>=0.7 # BSD python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 requests!=2.9.0,>=2.8.1 # Apache-2.0 |
