Skip to content

Commit

Permalink
Merge pull request #5420 from pypa/migrate-appdirs-platform-dirs
Browse files Browse the repository at this point in the history
Remove appdirs.py in favor of platformdirs
  • Loading branch information
oz123 authored Oct 18, 2022
2 parents 337958c + a5c38b0 commit 9301826
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 634 deletions.
1 change: 1 addition & 0 deletions news/5420.vendor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove appdirs.py in favor of platformdirs.
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 9301826

Please sign in to comment.