7787fefa30
hacking 3.0.x is too old. This also removes the note about old behavior of pip which has been changed in recent versions. Notes: - A few errors newly detected are also fixed. - This also fixes the compatibility with flake8 >= 3.0 because flake8 is also bumped when we bump hacking. Change-Id: I7fa87ed77bb39945ee5464692b7ef3d25c046127
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=6.1.0,<6.2.0 # Apache-2.0
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
|
requests-mock>=1.2.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
reno>=3.1.0 # Apache-2.0
|
|
tempest>=25.0.0 # Apache-2.0
|