use git version of spiff

This commit is contained in:
burnettk 2022-09-27 17:58:49 -04:00
parent e78f6b6332
commit 121f42f2cb
2 changed files with 8 additions and 6 deletions

10
poetry.lock generated
View File

@ -1853,7 +1853,7 @@ description = "A workflow framework and BPMN/DMN Processor"
category = "main" category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
develop = true develop = false
[package.dependencies] [package.dependencies]
celery = "*" celery = "*"
@ -1863,8 +1863,10 @@ lxml = "*"
pytz = "*" pytz = "*"
[package.source] [package.source]
type = "directory" type = "git"
url = "../SpiffWorkflow" url = "https://github.com/sartography/SpiffWorkflow"
reference = "feature/script-unit-test-extensions"
resolved_reference = "056ecc786fe400c7e6ca4f7ee1905d34a0f261b8"
[[package]] [[package]]
name = "sqlalchemy" name = "sqlalchemy"
@ -2174,7 +2176,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "645cb811651af21330bcd61e27d293ff280f5fd68997b4f42e3237289ef14212" content-hash = "f362f53c3a5a15701751dc2b7c3984db8e85086b7759ffe109ffca74c252a516"
[metadata.files] [metadata.files]
alabaster = [ alabaster = [

View File

@ -28,8 +28,8 @@ flask-migrate = "*"
flask-restful = "*" flask-restful = "*"
werkzeug = "*" werkzeug = "*"
# SpiffWorkflow = {git = "https://github.com/sartography/SpiffWorkflow", rev = "main"} # SpiffWorkflow = {git = "https://github.com/sartography/SpiffWorkflow", rev = "main"}
# SpiffWorkflow = {git = "https://github.com/sartography/SpiffWorkflow", rev = "feature/dependencies"} SpiffWorkflow = {git = "https://github.com/sartography/SpiffWorkflow", rev = "feature/script-unit-test-extensions"}
SpiffWorkflow = {develop = true, path = "/home/jason/projects/github/sartography/SpiffWorkflow"} # SpiffWorkflow = {develop = true, path = "/home/jason/projects/github/sartography/SpiffWorkflow"}
sentry-sdk = "1.9.0" sentry-sdk = "1.9.0"
sphinx-autoapi = "^1.8.4" sphinx-autoapi = "^1.8.4"
# flask-bpmn = {develop = true, path = "/home/jason/projects/github/sartography/flask-bpmn"} # flask-bpmn = {develop = true, path = "/home/jason/projects/github/sartography/flask-bpmn"}