summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/requirements_flake8.txt
blob: fc1f92a69f703bfe5e340c44e0c9022f45c97ae2 (plain)
1
2
3
4
5
6
7
flake8==5.0.4; python_version < '3.9'
pycodestyle==2.9.1; python_version < '3.8'
pyflakes==2.5.0; python_version < '3.8'
flake8==6.1.0; python_version >= '3.9'
pycodestyle==2.11.0; python_version >= '3.9'
pyflakes==3.1.0; python_version >= '3.9'
pep8-naming==0.13.3