| commit | 8149d1cf2fd3c5b33e2f8353c30f4d140847b5be | [log] [tgz] |
|---|---|---|
| author | Philipp Wagner <phw@lowrisc.org> | Fri May 29 13:41:11 2020 +0100 |
| committer | Philipp Wagner <mail@philipp-wagner.com> | Fri May 29 15:20:45 2020 +0100 |
| tree | 7f49e8ecf17f7f9405a1551d9e2a4cc806e11a62 | |
| parent | 56ab9e456b36fc8a85b3df41770dab0901c7d38b [diff] |
Add flake8 to Python requirements flake8 is a potential option used in util/lintpy.py, installing it for the convenience of our users. Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/python-requirements.txt b/python-requirements.txt index 843b82f..384bae4 100644 --- a/python-requirements.txt +++ b/python-requirements.txt
@@ -3,6 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 # Keep sorted. +flake8 gitpython hjson ipyxact >= 0.2.4