Skip to content

Commit

Permalink
Remove appdirs.py in favor of platformdirs
Browse files Browse the repository at this point in the history
platformdirs is the actively maintained fork of appdirs.
In addition, platformdirs is included in pip, so we can use that directly.
  • Loading branch information
oz123 committed Oct 17, 2022
1 parent 337958c commit bf7978d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 634 deletions.
2 changes: 1 addition & 1 deletion pipenv/environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import re
import sys

from appdirs import user_cache_dir
from vistir.path import normalize_drive

from pipenv._compat import fix_utf8
from pipenv.patched.pip._vendor.platformdirs import user_cache_dir
from pipenv.utils.constants import FALSE_VALUES, TRUE_VALUES
from pipenv.utils.shell import env_to_bool
from pipenv.vendor.vistir.misc import _isatty
Expand Down
23 changes: 0 additions & 23 deletions pipenv/vendor/appdirs.LICENSE.txt

This file was deleted.

Loading

0 comments on commit bf7978d

Please sign in to comment.