diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-05 13:50:42 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-05 13:51:35 -0700 |
commit | 97b0892c61c18577fd505b77a27f44c4accafce8 (patch) | |
tree | 7f8ca8d914139cc66264c23e3d643a38252e745b /Pipfile | |
parent | 2944c46c53f4a5b6e8694aa60c5f16070ba5961e (diff) | |
download | fatcat-scholar-97b0892c61c18577fd505b77a27f44c4accafce8.tar.gz fatcat-scholar-97b0892c61c18577fd505b77a27f44c4accafce8.zip |
pipenv: lock pycountry to 19.*
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ internetarchive = "*" jinja2 = "*" lxml = "*" minio = "*" -pycountry = "*" +pycountry = "==19.8.18" pydantic = "*" pylatexenc = "*" python-stdnum = "*" |