9c282d47ba
The oslosphinx package is no longer supported. Jobs should also be moved to run with Python 3. Change-Id: I13aa6e89dc0752157cf9efc66844c5141f3b77ce Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
12 lines
371 B
Plaintext
12 lines
371 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
|
|
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
|
sphinxcontrib-blockdiag==1.5.4 # BSD
|
|
|
|
yasfb>=0.5.1
|