aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-04-12 11:20:59 -0700
committerBryan Newbold <bnewbold@archive.org>2021-04-12 11:21:11 -0700
commitededee81530ae2d7179e34c9a8ebefb2689fea28 (patch)
tree8ee69eab2636b937e959ff4a7b2629ded7e380dd /Pipfile
parentd97df1f69326840f1d3589dccea22124b0c31b01 (diff)
downloadfatcat-scholar-ededee81530ae2d7179e34c9a8ebefb2689fea28.tar.gz
fatcat-scholar-ededee81530ae2d7179e34c9a8ebefb2689fea28.zip
bump fuzzycat to v0.0.19 (for ES 7.x compatibility)
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 0651b0a..65bb074 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.18"
+fuzzycat = "==0.1.19"
ftfy = "*"
gunicorn = "*"
httptools = "*"