diff --git a/pyproject.toml b/pyproject.toml index 012adb69..5716274f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"