From 1d596adcb48c488df95339e26bf05c935ab630dd Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 23 Mar 2021 15:54:04 -0700 Subject: 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 :( --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pipfile') 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 = "*" -- cgit v1.2.3