mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Add dependency on 'platformdirs'
This commit is contained in:
parent
796c9addfb
commit
87cd81d481
2 changed files with 2 additions and 1 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
|
@ -3242,4 +3242,4 @@ web = ["flask", "flask-cors"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8,<4"
|
||||
content-hash = "b24bff904f040cb57c9496a2d1ce129459123372a739b58baf6de973a6a41571"
|
||||
content-hash = "09b64b25f3ff363a3c31d44fd99e4c07309b27dda65523f9ec3d1279ca3a3143"
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ jellyfish = "*"
|
|||
mediafile = ">=0.12.0"
|
||||
munkres = ">=1.0.0"
|
||||
musicbrainzngs = ">=0.4"
|
||||
platformdirs = ">=3.5.0"
|
||||
pyyaml = "*"
|
||||
typing_extensions = { version = "*", python = "<=3.10" }
|
||||
unidecode = ">=1.3.6"
|
||||
|
|
|
|||
Loading…
Reference in a new issue