2f1b1a601b
For those who have default python3 pointing to 3.8 an error occurs for `tox -epep8` as it tries to use older pyflakes that has bug when running under python3.8. Bump `hacking` to later versions where the bug is fixed. Change-Id: I7bdde5c67b41be2c9fed92e2713ef22399013169
9 lines
284 B
Plaintext
9 lines
284 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.
|
|
|
|
coverage>=3.6
|
|
doc8
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
|
requests-mock>=1.0
|