chore: change from appdirs to platformdirs

This commit is contained in:
Hank Greenburg 2024-11-20 20:20:36 -08:00
parent 46a762d93a
commit e9fb8a4a57
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ setup(
install_requires=[
"attrs >= 19.3.0",
"aiohttp >= 3.6, < 4.0",
"appdirs >= 1.4.4",
"platformdirs >= 4.3.6",
"click >= 7.1.2",
"keyring >= 21.2.1",
"logbook >= 1.5.3",