
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
14 lines
283 B
Plaintext
14 lines
283 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=7.0.0,<7.1.0 # Apache-2.0
|
|
|
|
bashate>=0.5.1 # Apache-2.0
|
|
doc8>=0.6.0 # Apache-2.0
|
|
|
|
pylint==1.7.1 # GPLv2
|
|
|
|
reno>=3.1.0 # Apache-2.0
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
|
|
pre-commit>=2.6.0 # MIT
|