2562821c71
As part of the docs migration work[0] for Pike we need to switch to use the openstackdocstheme. [0]https://review.openstack.org/#/c/472275/ Change-Id: I560d46158edf98eb64ab524fc6af77cf95c6c1bc
21 lines
730 B
Plaintext
21 lines
730 B
Plaintext
# 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.
|
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
django-nose>=1.4.4 # BSD
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx>=1.6.2 # BSD
|
|
openstackdocstheme>=1.11.0 # Apache-2.0
|
|
reno!=2.3.1,>=1.8.0 # Apache-2.0
|
|
# Include horizon as test requirement
|
|
http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
|