Downgrade to flake8 v5.0.4

This commit is contained in:
grossmj 2022-12-22 09:46:11 +08:00
parent 1bbecf1ceb
commit 84f256dd88

View File

@ -1,7 +1,7 @@
-r requirements.txt
pytest==7.2.0
flake8==6.0.0
flake8==5.0.4 # v5.0.4 is the last to support Python 3.7
pytest-timeout==2.1.0
pytest-asyncio==0.20.3
requests==2.28.1