2015-06-04 15:26:55 +02:00
|
|
|
# The order of packages is significant, because pip processes them in the order
|
|
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
|
2017-05-17 04:00:56 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2016-01-22 14:55:21 +01:00
|
|
|
doc8 # Apache-2.0
|
2016-11-15 19:39:39 +00:00
|
|
|
freezegun>=0.3.6 # Apache-2.0
|
2017-03-07 02:08:03 +00:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
2016-05-26 17:07:34 +00:00
|
|
|
mock>=2.0 # BSD
|
2016-02-20 22:02:12 +00:00
|
|
|
oslotest>=1.10.0 # Apache-2.0
|
2016-10-03 14:17:48 +00:00
|
|
|
os-testr>=0.8.0 # Apache-2.0
|
2016-02-20 22:02:12 +00:00
|
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
|
|
testtools>=1.4.0 # MIT
|
2015-06-04 15:26:55 +02:00
|
|
|
|
|
|
|
# Doc requirements
|
2017-06-06 06:14:58 +00:00
|
|
|
openstackdocstheme>=1.5.0 # Apache-2.0
|
2016-10-03 14:17:48 +00:00
|
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
2017-05-17 04:00:56 +00:00
|
|
|
sphinx!=1.6.1,>=1.5.1 # BSD
|
2016-02-20 22:02:12 +00:00
|
|
|
sphinxcontrib-pecanwsme>=0.8 # Apache-2.0
|
2016-06-03 11:50:49 +02:00
|
|
|
|
2017-05-08 14:09:42 +05:30
|
|
|
|
2016-06-03 11:50:49 +02:00
|
|
|
# releasenotes
|
2017-06-06 06:14:58 +00:00
|
|
|
reno!=2.3.1,>=1.8.0 # Apache-2.0
|
2016-06-20 18:59:26 -05:00
|
|
|
|
|
|
|
# bandit
|
2016-08-18 05:58:34 +00:00
|
|
|
bandit>=1.1.0 # Apache-2.0
|