
This is a start at setting a direction for 3rd Party CI instructions from OpenStack Infra. Change-Id: I292a63a91060f8c454e4e4621791745bd9b884d4
12 lines
362 B
Plaintext
12 lines
362 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.
|
|
|
|
pbr!=2.1.0,>2.0.0 # Apache-2.0
|
|
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
|
sphinxcontrib-blockdiag==1.5.4 # BSD
|
|
|
|
yasfb>=0.5.1
|