diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-03-23 15:54:04 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-03-23 15:54:13 -0700 |
commit | 1d596adcb48c488df95339e26bf05c935ab630dd (patch) | |
tree | b8a4c8dc85a6007f3745189f544e4861ce1ed96e /Pipfile | |
parent | 2f765e90c0823578a8377253a5c665860ea1a37e (diff) | |
download | fatcat-scholar-1d596adcb48c488df95339e26bf05c935ab630dd.tar.gz fatcat-scholar-1d596adcb48c488df95339e26bf05c935ab630dd.zip |
update fuzzycat to 0.1.18
Small fixes for citation matching, including a TypeError encountered in
production.
Pipenv update pulled in a whoooole lot of other updates :(
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ elasticsearch = { version = ">=7.8.0,<8.0.0", extras = ["async"] } elasticsearch-dsl = ">=7.0.0,<8.0.0" fastapi = "*" fatcat-openapi-client = ">=0.3.3" -fuzzycat = "==0.1.12" +fuzzycat = "==0.1.18" ftfy = "*" gunicorn = "*" httptools = "*" |