Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswinkler committed Jun 12, 2024
1 parent 59ac06b commit f499389
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
22 changes: 20 additions & 2 deletions poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ reflink = { version = "*", optional = true }
requests = { version = "*", optional = true }
requests-oauthlib = { version = ">=0.6.1", optional = true }
soco = { version = "*", optional = true }
pyjwt = { version = "*", optional = true }

[tool.poetry.group.test.dependencies]
beautifulsoup4 = "*"
Expand All @@ -83,6 +84,7 @@ rarfile = "*"
reflink = "*"
requests_oauthlib = "*"
responses = ">=0.3.0"
pyjwt = "*"

[tool.poetry.group.format.dependencies]
isort = { version = "<5.14", extras = ["colors"] }
Expand Down Expand Up @@ -126,6 +128,7 @@ kodiupdate = ["requests"]
lastgenre = ["pylast"]
lastimport = ["pylast"]
lyrics = ["beautifulsoup4", "langdetect", "requests"]
mbsubmit = ["pyjwt"]
metasync = ["dbus-python"]
mpdstats = ["python-mpd2"]
plexupdate = ["requests"]
Expand Down

0 comments on commit f499389

Please sign in to comment.