python3: add check_compliance package requirements

Running check_compliance on a PR before submitting it can avert
embarrassing mistakes.  Ensure the packages needed to do so are
installed along with all the others.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-08-10 13:08:25 -05:00 committed by Anas Nashif
parent 9f8d745b7f
commit 78f36fa534
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# COMPLIANCE: required by the compliance scripts
# used by ci/check_compliance
python-magic
junitparser
pylint

View file

@ -3,3 +3,4 @@
-r requirements-doc.txt
-r requirements-run-test.txt
-r requirements-extras.txt
-r requirements-compliance.txt