From 620da0e3baa0118f0700e78e6071798c8c7b781b Mon Sep 17 00:00:00 2001 From: Leon Derczynski Date: Thu, 29 Jun 2023 10:13:46 -0700 Subject: [PATCH] update requirements --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8e7e1673..34d599a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,8 @@ dependencies = [ "google-api-python-client>=2.0", "backoff>=2.1.1", "torch", + "rapidfuzz", + "jinja2", ] [project.urls]