6c45569ecd
This patchset adds developer overview documentation for providing a high-level introduction to Deckhand, including its architecture, modules, test utilities, Helm utilities, and other errata. This work is based off this Drydock patchset: https://review.openstack.org/#/c/571298/ Change-Id: Ic3382d4e04edf02a65184651d272fe9cd1db56a4
13 lines
517 B
Plaintext
13 lines
517 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.
|
|
sphinx>=1.6.2 # BSD
|
|
sphinx_rtd_theme==0.2.4
|
|
reno>=2.5.0 # Apache-2.0
|
|
plantuml
|
|
|
|
# NOTE(fmontei): The requirement below is only included because readthedocs
|
|
# depends on it to work, since it only takes in one requirements file.
|
|
oslo.config!=4.3.0,!=4.4.0,>=5.2.0 # Apache-2.0
|
|
oslo.policy>=1.33.1 # Apache-2.0
|