Remove get-pip and use ensurepip instead

This commit is contained in:
Joe Rickerby
2021-05-08 17:55:10 +01:00
parent c09befbf1b
commit 62672c8101
4 changed files with 13 additions and 22328 deletions
-1
View File
@@ -24,7 +24,6 @@ from .typing import PathOrStr, PlatformName
resources_dir = Path(__file__).parent / "resources"
get_pip_script = resources_dir / "get-pip.py"
install_certifi_script = resources_dir / "install_certifi.py"