
hacking 3.x is quite old. Bump it to the latest version. Also remove the note about old pip's behavior because recent pip does not require specific order. Change-Id: Id34bbd36d3c233eb69c7df34fc1a5280b3c2a4d2
11 lines
403 B
Plaintext
11 lines
403 B
Plaintext
# Requirements lower bounds listed here are our best effort to keep them up to
|
|
# date but we do not test them so no guarantee of having them all correct. If
|
|
# you find any incorrect lower bounds, let us know or propose a fix.
|
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
iso8601>=0.1.11 # MIT
|
|
lxml>=4.5.0 # BSD
|
|
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
PyYAML>=3.13 # MIT
|