From 97b0892c61c18577fd505b77a27f44c4accafce8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 5 Oct 2020 13:50:42 -0700 Subject: pipenv: lock pycountry to 19.* --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 2a4c9bf..cf9d33d 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ internetarchive = "*" jinja2 = "*" lxml = "*" minio = "*" -pycountry = "*" +pycountry = "==19.8.18" pydantic = "*" pylatexenc = "*" python-stdnum = "*" -- cgit v1.2.3