Codebase list cinder-tempest-plugin / 7557925
Updated from global requirements Change-Id: I71f9d918b9d970bbdc12fa949c7d468446158d91 OpenStack Proposal Bot 8 years ago
3 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
11 # of appearance. Changing the order has an impact on the overall integration
22 # process, which may cause wedges in the gate later.
33
4 pbr>=2.0 # Apache-2.0
4 pbr!=2.1.0,>=2.0.0 # Apache-2.0
2424 pass
2525
2626 setuptools.setup(
27 setup_requires=['pbr'],
27 setup_requires=['pbr>=2.0.0'],
2828 pbr=True)
33
44 hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
55
6 coverage>=4.0,!=4.4 # Apache-2.0
7 python-subunit>=0.0.18 # Apache-2.0/BSD
6 coverage!=4.4,>=4.0 # Apache-2.0
7 python-subunit>=1.0.0 # Apache-2.0/BSD
88 sphinx>=1.6.2 # BSD
99 oslotest>=1.10.0 # Apache-2.0
10 testrepository>=0.0.18 # Apache-2.0/BSD
11 testtools>=1.4.0 # MIT
12 openstackdocstheme>=1.11.0 # Apache-2.0
10 testrepository>=0.0.18 # Apache-2.0/BSD
11 testtools>=2.2.0 # MIT
12 openstackdocstheme>=1.17.0 # Apache-2.0