
Change-Id: Icfbdee104baa60f1507ce61f06797d0adb3e947d Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
17 lines
469 B
Plaintext
17 lines
469 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=6.1.0,<6.2.0 # Apache-2.0
|
|
|
|
coverage>=4.0 # Apache-2.0
|
|
ddt>=1.4.1 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
kombu>=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
|
|
Pygments>=2.2.0 # BSD license
|
|
# Next are used in integration tests only
|
|
tempest>=17.1.0 # Apache-2.0
|