diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-05-21 12:19:51 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-06-11 15:41:20 -0700 |
commit | c743b6a1508f22fba3cc66c1ae280448beb6891d (patch) | |
tree | b6a64897a96174c331b7b54d4aab9ec560a25079 /Pipfile | |
parent | 178d04b3cf61c199936ebb42c9e675fe97ae15d5 (diff) | |
download | fatcat-scholar-c743b6a1508f22fba3cc66c1ae280448beb6891d.tar.gz fatcat-scholar-c743b6a1508f22fba3cc66c1ae280448beb6891d.zip |
bump jinja2 major version, and other dep version updates
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ ftfy = "*" gunicorn = "*" httptools = "*" internetarchive = "*" -jinja2 = "*" +jinja2 = ">=3" lxml = "*" minio = "<7.0.0" pycountry = "==19.8.18" |