From 85c32687c45d076aa9cc90673f92d682c73a28d5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 6 Apr 2022 12:39:37 -0700 Subject: pipenv: update; newer devpi hostname --- python/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index cab5616..a1ffa99 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -1,6 +1,6 @@ [[source]] name = "ia" -url = "https://devpi.archive.org/wb/prod" +url = "https://devpi.us.archive.org/wb/prod" verify_ssl = true [[source]] -- cgit v1.2.3