Skip to content

Commit

Permalink
Update requirements.txt to add PyYAML and dataclasses-json, and clari…
Browse files Browse the repository at this point in the history
…fy direct dependencies
  • Loading branch information
Gyarbij committed Dec 6, 2024
1 parent 2576f7e commit 932f434
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Direct dependencies
spotipy>=2.24
plexapi>=4.15.16
deezer-python>=7.0.0
urllib3>=2.2.2
tenacity>=9.0.0
zipp>=3.20.1 # not directly required, pinned to avoid a vulnerability
zipp>=3.20.1
PyYAML>=6.0.2
dataclasses-json

0 comments on commit 932f434

Please sign in to comment.