From f499389f067abdbca2ad8cc4dd8255c5926f93ff Mon Sep 17 00:00:00 2001 From: Jonas Winkler <17569239+jonaswinkler@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:09:54 +0200 Subject: [PATCH] add dependencies --- poetry.lock | 22 ++++++++++++++++++++-- pyproject.toml | 3 +++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index a24bb365e1..100911adb3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "accessible-pygments" @@ -1874,6 +1874,23 @@ pycairo = ">=1.16" dev = ["flake8", "pytest", "pytest-cov"] docs = ["sphinx (>=4.0,<5.0)", "sphinx-rtd-theme (>=0.5,<2.0)"] +[[package]] +name = "pyjwt" +version = "2.8.0" +description = "JSON Web Token implementation in Python" +optional = false +python-versions = ">=3.7" +files = [ + {file = "PyJWT-2.8.0-py3-none-any.whl", hash = "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320"}, + {file = "PyJWT-2.8.0.tar.gz", hash = "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de"}, +] + +[package.extras] +crypto = ["cryptography (>=3.4.0)"] +dev = ["coverage[toml] (==5.0.4)", "cryptography (>=3.4.0)", "pre-commit", "pytest (>=6.0.0,<7.0.0)", "sphinx (>=4.5.0,<5.0.0)", "sphinx-rtd-theme", "zope.interface"] +docs = ["sphinx (>=4.5.0,<5.0.0)", "sphinx-rtd-theme", "zope.interface"] +tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] + [[package]] name = "pylast" version = "5.3.0" @@ -2739,6 +2756,7 @@ kodiupdate = ["requests"] lastgenre = ["pylast"] lastimport = ["pylast"] lyrics = ["beautifulsoup4", "langdetect", "requests"] +mbsubmit = ["pyjwt"] metasync = ["dbus-python"] mpdstats = ["python-mpd2"] plexupdate = ["requests"] @@ -2752,4 +2770,4 @@ web = ["flask", "flask-cors"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "979ae1e0d13b43d98dde8c1506d338981d1babd82202b05082165ba73aa9ce79" +content-hash = "66b17657c17918275cf3be55bb111e5ee31a8a2e99b4239b001f0755438ae9e4" diff --git a/pyproject.toml b/pyproject.toml index 3d8ae84b06..12de0b4aa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "*" @@ -83,6 +84,7 @@ rarfile = "*" reflink = "*" requests_oauthlib = "*" responses = ">=0.3.0" +pyjwt = "*" [tool.poetry.group.format.dependencies] isort = { version = "<5.14", extras = ["colors"] } @@ -126,6 +128,7 @@ kodiupdate = ["requests"] lastgenre = ["pylast"] lastimport = ["pylast"] lyrics = ["beautifulsoup4", "langdetect", "requests"] +mbsubmit = ["pyjwt"] metasync = ["dbus-python"] mpdstats = ["python-mpd2"] plexupdate = ["requests"]