Skip to content

Commit

Permalink
add explicit dev dependencies on confuse and mediafile
Browse files Browse the repository at this point in the history
be explicit about it since we import these directly in tests; even
though they are also transitive dependencies via beets
  • Loading branch information
wisp3rwind committed May 23, 2023
1 parent 84494d0 commit 89ddfef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Expand Up @@ -32,6 +32,8 @@ mock = "^5.0.2"
flake8 = "^6.0.0"
isort = "^5.12.0"
black = "^23.3.0"
confuse = "^2.0.1"
mediafile = "^0.11.0"

[tool.pytest.ini_options]
addopts = "--cov --cov-report=term --cov-report=html"
Expand Down

0 comments on commit 89ddfef

Please sign in to comment.