From 8a86fcc6beb55743cb9bdcded4ee50cdec4e593d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 28 Dec 2020 23:05:19 -0800 Subject: pipenv: lock pycountry to backwards-compatible version --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 12ee823..dcdf16e 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ ftfy = "*" urlcanon = "*" surt = "*" tldextract = "*" -pycountry = "*" +pycountry = "==19.8.18" python-stdnum = "*" toml = "*" -- cgit v1.2.3