Description
https://pypi.org/project/xdg/:
xdg has been renamed to xdg-base-dirs due to an import collision with PyXDG. Therefore the xdg package is deprecated. Install xdg-base-dirs instead.
tl;dr: you'd need to change this
(and that
)
and then this
to xdg_base_dirs (and the one reference ofc 😅)
Description
https://pypi.org/project/xdg/:
tl;dr: you'd need to change this
autoimport/pyproject.toml
Line 34 in f0ac03d
(and that
autoimport/pyproject.toml
Line 382 in f0ac03d
)
and then this
autoimport/src/autoimport/entrypoints/cli.py
Line 9 in f0ac03d
to
xdg_base_dirs(and the one reference ofc 😅)