File tree Expand file tree Collapse file tree 3 files changed +2
-20
lines changed
patched/pip/_vendor/pkg_resources
vendor/requirementslib/models Expand file tree Collapse file tree 3 files changed +2
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515
1616import pipenv .vendor .attr as attr
1717from pipenv .vendor .distlib .wheel import Wheel
18- from pep517 import envbuild , wrappers
18+ from pipenv . patched . pip . _vendor . pep517 import envbuild , wrappers
1919from pipenv .patched .pip ._internal .network .download import Downloader
2020from pipenv .patched .pip ._internal .utils .temp_dir import global_tempdir_manager
2121from pipenv .patched .pip ._internal .utils .urls import url_to_path
Original file line number Diff line number Diff line change 6161 "pip" : "pipenv.patched.pip" ,
6262 "requests" : "pipenv.patched.pip._vendor.requests" ,
6363 "packaging" : "pipenv.patched.pip._vendor.packaging" ,
64+ "pep517" : "pipenv.patched.pip._vendor.pep517" ,
6465 "pkg_resources" : "pipenv.patched.pip._vendor.pkg_resources" ,
6566 "urllib3" : "pipenv.patched.pip._vendor.urllib3" ,
6667 "zipp" : "pipenv.vendor.zipp" ,
You can’t perform that action at this time.
0 commit comments