From f2c912c49dce5f78e697d3f116b88810101bdd31 Mon Sep 17 00:00:00 2001 From: Dan Funk Date: Wed, 12 Aug 2020 23:14:40 -0400 Subject: [PATCH] making python-Levenshtein a direct dependency, for at least 4th time. I'm totally confused about this library and why we keep failing in produciton. --- Pipfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 4fc1631..6b94171 100644 --- a/Pipfile +++ b/Pipfile @@ -39,13 +39,14 @@ requests = "*" sentry-sdk = {extras = ["flask"],version = "==0.14.4"} sphinx = "*" swagger-ui-bundle = "*" -spiffworkflow = {git = "https://github.com/sartography/SpiffWorkflow.git", ref = "master"} +spiffworkflow = {git = "https://github.com/sartography/SpiffWorkflow.git",ref = "master"} webtest = "*" werkzeug = "*" xlrd = "*" xlsxwriter = "*" pygithub = "*" python-box = "*" +levenstein = "*" [requires] python_version = "3.8"