636a939002
The new sphinx causes an issue with pbr. Cap the allowed range to exclude the bad version. Change-Id: Ia29abe93254e12443e4351d67e998908baf97086 Related-Bug: #1691129 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
# needed for doc build
|
|
docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain
|
|
sphinx>=1.5.0,<1.6.1
|
|
PyYAML>=3.1.0
|
|
yamllint>=0.5.2
|
|
requests-cache
|
|
Pillow>=2.4.0 # PIL License
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|