cab1a48a1a
Older sphinxcontrib-blockdiag fails to build under python3.7. This newer version should run on old and new python3 so use it. Change-Id: Ic1150149b9cea867ff56d1dd0e747120103a0f81
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==2.0.0 # BSD
|
|
|
|
yasfb>=0.5.1
|