Skip to content

Commit

Permalink
use connector command from git w/ burnettk
Browse files Browse the repository at this point in the history
  • Loading branch information
jasquat committed Oct 17, 2023
1 parent 988d099 commit d04cce1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ packages = [{include = "connector_postgres_v2", from = "src" }]
[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.28.2"
# spiffworkflow-connector-command = {git = "https://github.com/sartography/spiffworkflow-connector-command.git", rev = "main"}
spiffworkflow-connector-command = {develop = true, path = "../spiffworkflow-connector-command"}
spiffworkflow-connector-command = {git = "https://github.com/sartography/spiffworkflow-connector-command.git", rev = "main"}
# spiffworkflow-connector-command = {develop = true, path = "../spiffworkflow-connector-command"}


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit d04cce1

Please sign in to comment.