From 82f1b0fe0e0ebb24035981adaa58d957b74a1d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 22 Aug 2022 11:32:32 +0200 Subject: [PATCH] Remove prospector sub dependency --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 39a7234..df55fc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,11 +50,10 @@ matplotlib = { version = "3.5.3", optional = true } debug_images = ["opencv-python-headless", "matplotlib"] [tool.poetry.dev-dependencies] +prospector = { extras = ["with_bandit", "with_mypy", "with_pyroma"], version = "1.7.7" } pytest = "7.1.2" pytest-profiling = "1.7.0" coverage = "6.4.2" -prospector = { extras = ["with_bandit", "with_mypy", "with_pyroma"], version = "1.7.7" } -flake8 = "4.0.1" [build-system] requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning", "poetry-plugin-tweak-dependencies-version"]