2bfb9f4f96
1. Use latest release 1.1.0 and compatible changes w.r.t pep8 2. Update json module to jsonutils Change-Id: I38afd3bfa93b0f378482619880e4df8757d85ef5
11 lines
405 B
Plaintext
11 lines
405 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.1.0,<1.2.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
pifpaf>=0.10.0 # Apache-2.0
|
|
# Bandit security code scanner
|
|
bandit>=1.1.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|