
* Drop the py26 marker for futures; we don't support 2.6 anymore. * Split hacking version used based on python version. * Clean up sphinx split -- 2.0+ aren't available to install on py2, anyway. Depends-On: https://review.opendev.org/#/c/752340/ Depends-On: https://review.opendev.org/#/c/752736/ Change-Id: I5a6ba8e65c23ada7297f6684dcbdd886591d0af5
9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
hacking>=1.1.0,<1.2.0;python_version<'3.0' # Apache-2.0
|
|
hacking>=3.2.0,<3.3.0;python_version>='3.0' # Apache-2.0
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
|
mock>=1.2.0 # BSD
|
|
stestr>=2.0.0,!=3.0.0 # Apache-2.0
|
|
openstacksdk>=0.11.0 # Apache-2.0
|