Skip to content

Commit

Permalink
Remove prospector sub dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 22, 2022
1 parent 3675088 commit 82f1b0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 82f1b0f

Please sign in to comment.