diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-05-23 12:25:20 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-05-23 12:25:20 +0000 |
commit | fc162910bac0d0127f157b3c17457a1c98d665f6 (patch) | |
tree | eb8fb31a996ebb469de834bdae320df829246d55 /requirements.txt | |
parent | 4aad7fd9285bd87f9128c6b3a9dfa3aca1a677ef (diff) | |
download | nova-fc162910bac0d0127f157b3c17457a1c98d665f6.tar.gz |
Updated from global requirements
Change-Id: I62a8c9292de84c5367c67ac466293ced1697e903
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index fdeea67655..3fa145070d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ greenlet>=0.3.2 # MIT PasteDeploy>=1.5.0 # MIT Paste # MIT PrettyTable<0.8,>=0.7.1 # BSD -sqlalchemy-migrate>=0.9.6 # Apache-2.0 +sqlalchemy-migrate>=0.11.0 # Apache-2.0 netaddr!=0.7.16,>=0.7.13 # BSD netifaces>=0.10.4 # MIT paramiko>=2.0 # LGPLv2.1+ @@ -46,7 +46,7 @@ oslo.rootwrap>=5.0.0 # Apache-2.0 oslo.messaging>=5.19.0 # Apache-2.0 oslo.policy>=1.17.0 # Apache-2.0 oslo.privsep!=1.17.0,>=1.9.0 # Apache-2.0 -oslo.i18n>=2.1.0 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 rfc3986>=0.3.1 # Apache-2.0 oslo.middleware>=3.10.0 # Apache-2.0 |