Files
monasca-agent/test-requirements.txt
Witek Bedyk 40b678b5fb Blacklist bandit 1.6.0
Change-Id: Ib2c68d27b372c16038151bd3b77d233420975618
Story: 2005676
Task: 30989
2019-05-14 18:13:54 +02:00

12 lines
462 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=1.0.0,<1.1.0 # Apache-2.0
bandit!=1.6.0,>=1.1.0 # Apache-2.0
mock>=2.0.0 # BSD
coverage!=4.4,>=4.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
prometheus_client
stestr>=1.0.0 # Apache-2.0
docutils>=0.11 # OSI-Approved Open Source, Public Domain