added note about spiffworkflow update

This commit is contained in:
jasquat 2022-05-09 09:07:39 -04:00
parent 12bac2382f
commit bb77b5b004
1 changed files with 3 additions and 0 deletions

View File

@ -48,8 +48,11 @@ apscheduler = "*"
connexion = {extras = [ "swagger-ui",], version = "*"}
sentry-sdk = {extras = [ "flask",], version = "==0.14.4"}
dateparser = "*"
# TIP: If you want to test local changes to SpiffWorkflow, do:
# pipenv install --editable ../SpiffWorkflow (but fix things back before commiting!)
# Merged Commit https://github.com/sartography/SpiffWorkflow/pull/178 broke usage of SpiffWorkflow
# References to task states will need to be updated to allow using newest version
spiffworkflow = {git = "https://github.com/sartography/SpiffWorkflow", ref = "e47072ff88d7121c01861b08851e5b6f6fbf6609"}
[requires]