aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-12-28 23:05:19 -0800
committerBryan Newbold <bnewbold@archive.org>2020-12-28 23:07:05 -0800
commit8a86fcc6beb55743cb9bdcded4ee50cdec4e593d (patch)
treefc1fb4d1b768851b39890423cb0447a4fe57f58f
parent5deba5f8bdc23ca9f9f822608ccc49ca13a68b5e (diff)
downloadchocula-8a86fcc6beb55743cb9bdcded4ee50cdec4e593d.tar.gz
chocula-8a86fcc6beb55743cb9bdcded4ee50cdec4e593d.zip
pipenv: lock pycountry to backwards-compatible version
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
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 = "*"