diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-04-12 16:58:57 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-04-12 16:58:57 +0000 |
commit | 1acf5576ecd9476fe84adbfae5cccca293a03607 (patch) | |
tree | 9b294a1dc3271e52a50bceaa4a189eca46d13505 | |
parent | 13ed5e968874902cb6c940ee3961fc272eb83a17 (diff) |
Updated from global requirements
Change-Id: I4553e85c0d23568c282aace0f952f7332210d281
Notes
Notes (review):
Code-Review+2: Berezovsky Irena <irenab.dev@gmail.com>
Code-Review+2: Gal Sagie <gal.sagie@gmail.com>
Workflow+1: Gal Sagie <gal.sagie@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 14 Apr 2017 00:37:28 +0000
Reviewed-on: https://review.openstack.org/454486
Project: openstack/kuryr
Branch: refs/heads/master
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index c98a9fe..ecbcf31 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -2,15 +2,15 @@ | |||
2 | # of appearance. Changing the order has an impact on the overall integration | 2 | # of appearance. Changing the order has an impact on the overall integration |
3 | # process, which may cause wedges in the gate later. | 3 | # process, which may cause wedges in the gate later. |
4 | 4 | ||
5 | Babel>=2.3.4 # BSD | 5 | Babel!=2.4.0,>=2.3.4 # BSD |
6 | ipaddress>=1.0.7;python_version<'3.3' # PSF | 6 | ipaddress>=1.0.7;python_version<'3.3' # PSF |
7 | keystoneauth1>=2.18.0 # Apache-2.0 | 7 | keystoneauth1>=2.18.0 # Apache-2.0 |
8 | neutron-lib>=1.3.0 # Apache-2.0 | 8 | neutron-lib>=1.4.0 # Apache-2.0 |
9 | oslo.concurrency>=3.8.0 # Apache-2.0 | 9 | oslo.concurrency>=3.8.0 # Apache-2.0 |
10 | oslo.i18n>=2.1.0 # Apache-2.0 | 10 | oslo.i18n>=2.1.0 # Apache-2.0 |
11 | oslo.log>=3.22.0 # Apache-2.0 | 11 | oslo.log>=3.22.0 # Apache-2.0 |
12 | oslo.utils>=3.20.0 # Apache-2.0 | 12 | oslo.utils>=3.20.0 # Apache-2.0 |
13 | pbr>=2.0.0 # Apache-2.0 | 13 | pbr!=2.1.0,>=2.0.0 # Apache-2.0 |
14 | pyroute2>=0.4.12 # Apache-2.0 (+ dual licensed GPL2) | 14 | pyroute2>=0.4.12 # Apache-2.0 (+ dual licensed GPL2) |
15 | python-neutronclient>=5.1.0 # Apache-2.0 | 15 | python-neutronclient>=5.1.0 # Apache-2.0 |
16 | six>=1.9.0 # MIT | 16 | six>=1.9.0 # MIT |