We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca6e3f commit 95caabaCopy full SHA for 95caaba
pyproject.toml
@@ -27,8 +27,8 @@ classifiers = [
27
"Typing :: Typed",
28
]
29
dependencies = [
30
- "appdirs>=1.4",
31
"loguru>=0.5",
+ "platformdirs>=4.2",
32
"requests>=2.19",
33
"tomli>=2.0; python_version < '3.11'",
34
"websocket-client>=0.58",
src/aria2p/utils.py
@@ -12,8 +12,8 @@
12
from pathlib import Path
13
from typing import TYPE_CHECKING, Any
14
15
-from appdirs import user_config_dir
16
from loguru import logger
+from platformdirs import user_config_dir
17
18
if TYPE_CHECKING:
19
from datetime import timedelta
0 commit comments