Swap to aiocache because it's easier to use in custom ways

This commit is contained in:
Danielle McLean 2023-11-27 15:39:53 +11:00
parent d4df24b7aa
commit 06cae0fc0a
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
2 changed files with 7 additions and 8 deletions

View file

@ -6,7 +6,7 @@ authors = [
{name = "Danielle McLean", email = "dani@00dani.me"},
]
dependencies = [
"async-lru>=2.0.4",
"aiocache>=0.12.2",
"attrs>=23.1.0",
"pyobjc-framework-MediaPlayer>=10.0",
"python-mpd2>=3.1.0",