diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-04-06 12:39:37 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-04-06 12:39:37 -0700 |
commit | 85c32687c45d076aa9cc90673f92d682c73a28d5 (patch) | |
tree | d625bbb228bfec9eaebcfbfac5cbd092bd10c633 /python/Pipfile | |
parent | c69a8dadb0426fec10fe38474c2f37ceaebdf316 (diff) | |
download | sandcrawler-85c32687c45d076aa9cc90673f92d682c73a28d5.tar.gz sandcrawler-85c32687c45d076aa9cc90673f92d682c73a28d5.zip |
pipenv: update; newer devpi hostname
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
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]] |