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:
parent
c1b3c5740a
commit
f2c912c49d
3
Pipfile
3
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"
|
||||
|
|
Loading…
Reference in New Issue