813f229a08
hacking 3.0.x is too old. Also fix failures detected by the new hacking version. Change-Id: Ifccbbf2ff7b0824d2079937526d3eee1c536349b
19 lines
543 B
Plaintext
19 lines
543 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=6.1.0,<6.2.0 # Apache-2.0
|
|
|
|
bandit!=1.6.0,>=1.1.0 # Apache-2.0
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
ddt>=1.4.1 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
kombu!=4.0.2,>=5.0.1 # BSD
|
|
PyMySQL>=0.8.0 # MIT License
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
testresources>=2.0.0 # Apache-2.0/BSD
|
|
doc8>=0.8.1 # Apache-2.0
|
|
Pygments>=2.2.0 # BSD license
|
|
# Next are used in integration tests only
|
|
tempest>=17.1.0 # Apache-2.0
|