hacking/requirements.txt
Dirk Mueller 24d7eb6a40 Transition to flake8 2.6.x
flake8 2.6.x performed the conversion to pycodestyle (which is
the new name of pep8). Remove the explicit dependencies of
hacking as flake8 is going to pull in mccabe, pyflakes and
pycodestyle in the versions that are needed.

Change-Id: I12b5e114c5c6783e9da5cca2818ac9266a00fc87
2017-12-20 08:36:53 +01:00

8 lines
287 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.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
flake8>=2.6.0,<2.7.0 # MIT
six>=1.9.0 # MIT