443c370f9d
The python files within the stack are not able to pass lint checks using the same standard which OpenStack requires. This change adds the requirements to the dev-requirements.txt file which will enable hacking/flake8 checks within our stack. These requirements mirror what is presently found within upstream OpenStack global requirements. Partial-Bug: 1440462 Change-Id: I61d5e8803e987ae5f4ec867db5446fb55a0bf898
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
ansible-lint>=2.0.3
|
|
flake8==2.2.4
|
|
hacking>=0.10.0,<0.11
|
|
pep8==1.5.7
|
|
pyflakes==0.8.1
|
|
mccabe==0.2.1 # capped for flake8
|