Skip to content

Commit 9301826

Browse files
authored
Merge pull request #5420 from pypa/migrate-appdirs-platform-dirs
Remove appdirs.py in favor of platformdirs
2 parents 337958c + a5c38b0 commit 9301826

File tree

6 files changed

+2
-634
lines changed

6 files changed

+2
-634
lines changed

news/5420.vendor.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove appdirs.py in favor of platformdirs.

pipenv/environments.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
import re
55
import sys
66

7-
from appdirs import user_cache_dir
87
from vistir.path import normalize_drive
98

109
from pipenv._compat import fix_utf8
10+
from pipenv.patched.pip._vendor.platformdirs import user_cache_dir
1111
from pipenv.utils.constants import FALSE_VALUES, TRUE_VALUES
1212
from pipenv.utils.shell import env_to_bool
1313
from pipenv.vendor.vistir.misc import _isatty

pipenv/vendor/appdirs.LICENSE.txt

-23
This file was deleted.

0 commit comments

Comments
 (0)