Change SpiffWorkflow branch back to main

This commit is contained in:
mike cullerton 2022-09-06 17:02:17 -04:00
parent b2f5cbd383
commit 35cd2d46b1
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ flask-marshmallow = "*"
flask-migrate = "*"
flask-restful = "*"
werkzeug = "*"
spiffworkflow = {git = "https://github.com/sartography/SpiffWorkflow", rev = "feature/centralized-logging"}
spiffworkflow = {git = "https://github.com/sartography/SpiffWorkflow", rev = "main"}
# spiffworkflow = {git = "https://github.com/sartography/SpiffWorkflow", rev = "feature/centralized-logging"}
# spiffworkflow = {develop = true, path = "/home/jason/projects/github/sartography/SpiffWorkflow"}
sentry-sdk = "1.9.0"
sphinx-autoapi = "^1.8.4"