We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a61953 + c70153e commit 7dbdc4fCopy full SHA for 7dbdc4f
3 files changed
README.rst
@@ -32,7 +32,7 @@ Using requirements are:
32
- `Docker <https://www.docker.com/>`_
33
(or any Docker-compatible tool like `Podman <https://podman.io/>`_),
34
- `FUSE <https://wiki.gentoo.org/wiki/Filesystem_in_Userspace>`_,
35
-- `appdirs <https://github.com/ActiveState/appdirs/>`_,
+- `platformdirs <https://github.com/tox-dev/platformdirs/>`_,
36
- `tomli <https://github.com/hukkin/tomli>`_.
37
38
If you plan to use specific storage driver options (by passing
ebuildtester/config.py
@@ -1,5 +1,5 @@
1
import tomli
2
-from appdirs import user_config_dir
+from platformdirs import user_config_dir
3
4
5
class ConfigFile:
requirements.txt
@@ -1,2 +1,2 @@
tomli
-appdirs
+platformdirs
0 commit comments