diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-30 23:44:57 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-30 23:45:30 -0700 |
commit | 79ebac108ece33e77b53cfd18a370dd728baa702 (patch) | |
tree | d63bf748bacf53d1cf9d93e6db25acab38f9aa38 /python/Pipfile | |
parent | e4047b7156c1d6d4d926870efac0f1b3f5de1751 (diff) | |
download | fatcat-79ebac108ece33e77b53cfd18a370dd728baa702.tar.gz fatcat-79ebac108ece33e77b53cfd18a370dd728baa702.zip |
pipenv: lock pycountry to 19.10 version
datacite importer had errors otherwise
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 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" |