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.

This commit is contained in:
Dan Funk 2020-08-12 23:14:40 -04:00
parent c1b3c5740a
commit f2c912c49d
1 changed files with 2 additions and 1 deletions

View File

@ -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"