Swap to aiocache because it's easier to use in custom ways
This commit is contained in:
parent
d4df24b7aa
commit
06cae0fc0a
2 changed files with 7 additions and 8 deletions
13
pdm.lock
13
pdm.lock
|
@ -5,16 +5,15 @@
|
||||||
groups = ["default", "dev"]
|
groups = ["default", "dev"]
|
||||||
strategy = ["cross_platform"]
|
strategy = ["cross_platform"]
|
||||||
lock_version = "4.4"
|
lock_version = "4.4"
|
||||||
content_hash = "sha256:d60f3387d2c060bcc57f22fedf3f45cd78f7c7f08a5d5a7764974a079cf6f5bf"
|
content_hash = "sha256:af2cdb41c46862cfc00c9a7c4662bad8886a8632b127ee8a7855cd87d481fd8b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-lru"
|
name = "aiocache"
|
||||||
version = "2.0.4"
|
version = "0.12.2"
|
||||||
requires_python = ">=3.8"
|
summary = "multi backend asyncio cache"
|
||||||
summary = "Simple LRU cache for asyncio"
|
|
||||||
files = [
|
files = [
|
||||||
{file = "async-lru-2.0.4.tar.gz", hash = "sha256:b8a59a5df60805ff63220b2a0c5b5393da5521b113cd5465a44eb037d81a5627"},
|
{file = "aiocache-0.12.2-py2.py3-none-any.whl", hash = "sha256:9b6fa30634ab0bfc3ecc44928a91ff07c6ea16d27d55469636b296ebc6eb5918"},
|
||||||
{file = "async_lru-2.0.4-py3-none-any.whl", hash = "sha256:ff02944ce3c288c5be660c42dbcca0742b32c3b279d6dceda655190240b99224"},
|
{file = "aiocache-0.12.2.tar.gz", hash = "sha256:b41c9a145b050a5dcbae1599f847db6dd445193b1f3bd172d8e0fe0cb9e96684"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
@ -6,7 +6,7 @@ authors = [
|
||||||
{name = "Danielle McLean", email = "dani@00dani.me"},
|
{name = "Danielle McLean", email = "dani@00dani.me"},
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-lru>=2.0.4",
|
"aiocache>=0.12.2",
|
||||||
"attrs>=23.1.0",
|
"attrs>=23.1.0",
|
||||||
"pyobjc-framework-MediaPlayer>=10.0",
|
"pyobjc-framework-MediaPlayer>=10.0",
|
||||||
"python-mpd2>=3.1.0",
|
"python-mpd2>=3.1.0",
|
||||||
|
|
Loading…
Reference in a new issue