From 4c72f638cb9934af7f6b164b20e23fddb503df9f Mon Sep 17 00:00:00 2001 From: hikariatama Date: Sun, 5 Jun 2022 16:33:03 +0000 Subject: [PATCH] Add source to Pipfile --- Pipfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Pipfile b/Pipfile index 3ffcb9f..ee7e236 100644 --- a/Pipfile +++ b/Pipfile @@ -1,3 +1,8 @@ +[[source]] +url = 'https://pypi.python.org/simple' +verify_ssl = true +name = 'pypi' + [requires] python_version = '3.9.13'