mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-23 23:10:37 -04:00
chore: change from appdirs to platformdirs
This commit is contained in:
parent
46a762d93a
commit
e9fb8a4a57
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue