184f629f17
This commit adds basic project configuration. Change-Id: Ia5e4aa81213f34654e21e65ab44f4eea03851a9a
10 lines
418 B
Plaintext
10 lines
418 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.6,!=1.6.7,>=1.6.2,!=2.1.0 # BSD
|
|
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|
|
openstackdocstheme>=1.20.0 # Apache-2.0
|
|
doc8>=0.6.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
reno>=2.5.0 # Apache-2.0
|