diff --git a/setup.py b/setup.py index cfc93c21..cedd33bb 100644 --- a/setup.py +++ b/setup.py @@ -117,7 +117,7 @@ "factory-boy>=2.12,<4.0", "livereload~=2.5", # Lint and code style - "flake8~=3.7", + "flake8>=3.7,<8.0", "flake8-blind-except~=0.1", "flake8-debugger>=3.1,<5.0", "flake8-docstrings~=1.3",