From b48834d4e2ea8b91e93f7042a44c64ca78e08c13 Mon Sep 17 00:00:00 2001 From: Reece Hart Date: Sat, 16 Sep 2023 21:38:53 -0700 Subject: [PATCH] add cqa deps --- setup.cfg | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index c93aa94..5b78a58 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,13 +18,17 @@ install_requires = [options.extras_require] dev = + bandit + black cython - pytest-runner - setuptools_scm - wheel + flake8 + isort pytest pytest-cov + pytest-runner + setuptools_scm vcrpy + wheel docs = mkdocs