summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/requirements_flake8.txt
blob: 949ae9548452582f5503bee37bb0a9965abf1647 (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.0.0; python_version >= '3.9'
pycodestyle==2.10.0; python_version >= '3.9'
pyflakes==3.0.1; python_version >= '3.9'
pep8-naming==0.13.3