
The recent yasfb is not compatible with ancient sphinx, just bump both requirements, as well as replace deprecated oslosphinx with openstackdocstheme (requirements shamelessly copied from ironic-specs). While we're here, uncap pbr and bump it to 1.0. Change-Id: Ia78499827a53f5ee0c7a8b0d9951a0e37dedc91b
10 lines
353 B
Plaintext
10 lines
353 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>=1.0
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
|
sphinx!=1.6.6,>=1.6.2 # BSD
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testtools>=0.9.36,!=1.2.0
|
|
yasfb>=0.8.0
|