aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-03-23 15:54:04 -0700
committerBryan Newbold <bnewbold@archive.org>2021-03-23 15:54:13 -0700
commit1d596adcb48c488df95339e26bf05c935ab630dd (patch)
treeb8a4c8dc85a6007f3745189f544e4861ce1ed96e /Pipfile
parent2f765e90c0823578a8377253a5c665860ea1a37e (diff)
downloadfatcat-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--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index fbca277..0651b0a 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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 = "*"