diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-12-28 23:05:19 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-12-28 23:07:05 -0800 |
commit | 8a86fcc6beb55743cb9bdcded4ee50cdec4e593d (patch) | |
tree | fc1fb4d1b768851b39890423cb0447a4fe57f58f /Pipfile | |
parent | 5deba5f8bdc23ca9f9f822608ccc49ca13a68b5e (diff) | |
download | chocula-8a86fcc6beb55743cb9bdcded4ee50cdec4e593d.tar.gz chocula-8a86fcc6beb55743cb9bdcded4ee50cdec4e593d.zip |
pipenv: lock pycountry to backwards-compatible version
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ ftfy = "*" urlcanon = "*" surt = "*" tldextract = "*" -pycountry = "*" +pycountry = "==19.8.18" python-stdnum = "*" toml = "*" |