fix(hass): get rid of deprecation warning for spotplus
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-12-21 17:30:21 -05:00
parent 0e81c5b88e
commit 348a8d666e

View file

@ -9,6 +9,7 @@ in
python3Packages.buildPythonPackage {
pname = "spotifywebapiPython";
version = "${tag}+${spotifywebapi-src.shortRev}";
pyproject = true;
src = spotifywebapi-src;
@ -18,6 +19,7 @@ in
platformdirs
requests
requests_oauthlib
setuptools
urllib3
zeroconf
smartinspect # overridden in this python3Packages