From 1cb7ba91532b240a7327a7756a2de9cec24df574 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells <10456740+cdubz@users.noreply.github.com> Date: Sat, 1 Oct 2022 07:06:33 -0700 Subject: [PATCH] Add name to PyPi source See https://github.com/pypa/pipenv/discussions/5370 --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 0afc37d2..2fd61531 100644 --- a/Pipfile +++ b/Pipfile @@ -1,6 +1,7 @@ [[source]] verify_ssl = true url = "https://pypi.python.org/simple" +name = "pypi" [packages] boto3 = "*"