Add dependency on 'platformdirs'

This commit is contained in:
Arav K. 2024-09-08 13:38:30 +02:00 committed by arya dradjica
parent 796c9addfb
commit 87cd81d481
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View file

@ -3242,4 +3242,4 @@ web = ["flask", "flask-cors"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<4"
content-hash = "b24bff904f040cb57c9496a2d1ce129459123372a739b58baf6de973a6a41571"
content-hash = "09b64b25f3ff363a3c31d44fd99e4c07309b27dda65523f9ec3d1279ca3a3143"

View file

@ -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"