From 79ebac108ece33e77b53cfd18a370dd728baa702 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 30 Jul 2020 23:44:57 -0700 Subject: pipenv: lock pycountry to 19.10 version datacite importer had errors otherwise --- python/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index b8569589..4c0977a1 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -53,7 +53,7 @@ elasticsearch = ">=6.0.0,<7.0.0" dateparser = ">=0.7" langdetect = "*" pathlib2 = "*" -pycountry = "*" +pycountry = "==19.8.18" tldextract = "*" toml = ">=0.10" -- cgit v1.2.3