
Also remove outdated warning about package order. Change-Id: Iad12d27585a3e72fcfa66300941530f1cd749fb6
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
# bandit is not included in upper-constraints, so we need to pin it here to a
|
|
# known working version
|
|
bandit==1.6.2 # Apache-2.0
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
hacking>=7.0.0,<7.1.0 # Apache-2.0
|
|
nodeenv>=0.9.4 # BSD
|
|
pytest>=5.3.5 # MIT
|
|
testtools>=2.2.0 # MIT
|