Prep for plette vendoring.

This commit is contained in:
Matt Davis
2022-09-21 06:19:38 -04:00
parent 4383328d82
commit ea051b4a73
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ parse==1.19.0
pexpect==4.8.0
pipdeptree==2.3.1
platformdirs==2.4.0
plette[validation]==0.3.0
plette[validation]==0.3.1
ptyprocess==0.7.0
pyparsing==3.0.9
python-dotenv==0.19.0
+1
View File
@@ -63,6 +63,7 @@ LIBRARY_RENAMES = {
"packaging": "pipenv.patched.pip._vendor.packaging",
"pep517": "pipenv.patched.pip._vendor.pep517",
"pkg_resources": "pipenv.patched.pip._vendor.pkg_resources",
"plette": "pipenv.vendor.plette",
"urllib3": "pipenv.patched.pip._vendor.urllib3",
"zipp": "pipenv.vendor.zipp",
}