diff --git a/setup.cfg b/setup.cfg index abec32a..e36f341 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,11 +17,11 @@ install_requires = [options.extras_require] testing = - black>=24.4.2 - flake8>=7.1.0 - pytest>=8.2.2 - mypy>=1.10.0 - tox>=3.24.4 + black + flake8 + pytest + mypy + tox [flake8]