From aed5f98999c1b73894d8f8ec21976f2c8077e1b0 Mon Sep 17 00:00:00 2001 From: Michael Carlstrom Date: Thu, 7 Dec 2023 10:31:33 -0500 Subject: [PATCH] lower dep --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3290aa5..c6cce67 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ install_requires=[ 'setuptools', 'opencv-python-headless', - 'flake8==5.0.4', + 'flake8==4.0.1', 'mypy >= 1.7' ], author='Benjamin Poulin',