Skip to content

Commit 86fcd67

Browse files
author
OpenStack Proposal Bot
committed
Updated from global requirements
Change-Id: I68ad139345040dee6e5b0e8a7477acb84aa1a06b
1 parent 5c31e06 commit 86fcd67

2 files changed

Lines changed: 31 additions & 31 deletions

File tree

requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# The order of packages is significant, because pip processes them in the order
22
# of appearance. Changing the order has an impact on the overall integration
33
# process, which may cause wedges in the gate later.
4-
pbr>=1.6
5-
six>=1.9.0
4+
pbr>=1.6 # Apache-2.0
5+
six>=1.9.0 # MIT
66

7-
Babel>=1.3
7+
Babel>=1.3 # BSD
88
cliff>=1.15.0 # Apache-2.0
9-
keystoneauth1>=2.1.0
10-
openstacksdk
11-
os-client-config>=1.13.1
9+
keystoneauth1>=2.1.0 # Apache-2.0
10+
openstacksdk # Apache-2.0
11+
os-client-config>=1.13.1 # Apache-2.0
1212
oslo.config>=3.2.0 # Apache-2.0
1313
oslo.i18n>=1.5.0 # Apache-2.0
14-
oslo.utils>=3.2.0 # Apache-2.0
15-
python-glanceclient>=1.2.0
16-
python-keystoneclient!=1.8.0,>=1.6.0
17-
python-novaclient!=2.33.0,>=2.29.0
18-
python-cinderclient>=1.3.1
19-
requests!=2.9.0,>=2.8.1
14+
oslo.utils>=3.4.0 # Apache-2.0
15+
python-glanceclient>=1.2.0 # Apache-2.0
16+
python-keystoneclient!=1.8.0,>=1.6.0 # Apache-2.0
17+
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
18+
python-cinderclient>=1.3.1 # Apache-2.0
19+
requests!=2.9.0,>=2.8.1 # Apache-2.0
2020
stevedore>=1.5.0 # Apache-2.0

test-requirements.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@
33
# process, which may cause wedges in the gate later.
44
hacking<0.11,>=0.10.0
55

6-
coverage>=3.6
7-
discover
8-
fixtures>=1.3.1
9-
mock>=1.2
6+
coverage>=3.6 # Apache-2.0
7+
discover # BSD
8+
fixtures>=1.3.1 # Apache-2.0/BSD
9+
mock>=1.2 # BSD
1010
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
1111
oslotest>=1.10.0 # Apache-2.0
1212
reno>=0.1.1 # Apache2
1313
requests-mock>=0.7.0 # Apache-2.0
14-
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
15-
os-testr>=0.4.1
16-
testrepository>=0.0.18
17-
testtools>=1.4.0
18-
WebOb>=1.2.3
19-
tempest-lib>=0.13.0
14+
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
15+
os-testr>=0.4.1 # Apache-2.0
16+
testrepository>=0.0.18 # Apache-2.0/BSD
17+
testtools>=1.4.0 # MIT
18+
WebOb>=1.2.3 # MIT
19+
tempest-lib>=0.13.0 # Apache-2.0
2020

2121
# Install these to generate sphinx autodocs
22-
python-barbicanclient>=3.3.0
23-
python-congressclient>=1.0.0
24-
python-designateclient>=1.5.0
25-
python-heatclient>=0.6.0
26-
python-ironicclient>=0.8.0
27-
python-mistralclient>=1.0.0
28-
python-saharaclient>=0.10.0
29-
python-tuskarclient>=0.1.17
30-
python-zaqarclient>=0.3.0
22+
python-barbicanclient>=3.3.0 # Apache-2.0
23+
python-congressclient>=1.0.0 # Apache-2.0
24+
python-designateclient>=1.5.0 # Apache-2.0
25+
python-heatclient>=0.6.0 # Apache-2.0
26+
python-ironicclient>=0.8.0 # Apache-2.0
27+
python-mistralclient>=1.0.0 # Apache-2.0
28+
python-saharaclient>=0.10.0 # Apache-2.0
29+
python-tuskarclient>=0.1.17 # Apache-2.0
30+
python-zaqarclient>=0.3.0 # Apache-2.0

0 commit comments

Comments
 (0)