![Andreas Jaeger](/assets/img/avatar_default.png)
Since this is now published on docs.openstack.org/developer/requirements/ , update theme to use OpenStack branding. Include the oslosphinx extension, rename base names from DevStack to requirements. Change-Id: Icedd2bbce155b4667c6fe205ca61b9f707a1a8b5
17 lines
581 B
Plaintext
17 lines
581 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.
|
|
# NOTE: These are requirements for testing the requirements project only
|
|
# See global-requirements for the actual requirements list
|
|
hacking<0.11,>=0.10
|
|
packaging>=15.2
|
|
testrepository>=0.0.18
|
|
testscenarios>=0.4
|
|
testtools>=1.4.0
|
|
virtualenv
|
|
setuptools>=16.0
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
oslosphinx>=2.5.0 # Apache-2.0
|