Skip to content

Commit

Permalink
add missing dep 'requests'
Browse files Browse the repository at this point in the history
  • Loading branch information
auto authored and whatphilipcodes committed Sep 30, 2024
1 parent 5d10d5e commit 9e061a2
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 2 deletions.
101 changes: 100 additions & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Changelog = "https://github.com/snejus/beetcamp/blob/master/CHANGELOG.md"
python = ">=3.8, <4"

pycountry = ">=20.7.3"
beets = { version = ">=1.5,<=2", extras = ["fetchart"] }
httpx = ">=0.27.0"
ordered-set = ">=4.0"
packaging = ">=24.0"
beets = {version = ">=1.5,<=2", extras = ["fetchart"]}

[tool.poetry.dev-dependencies]
coveralls = { version = ">=4.0.1", python = ">=3.8,<3.13" }
Expand Down

0 comments on commit 9e061a2

Please sign in to comment.