Skip to content

Commit

Permalink
Add dependency to registration library
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-winkler committed Oct 16, 2024
1 parent c870b89 commit 0f3fc44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ classifiers = [
dependencies = [
"requests",
"fastapi[standard]",
"flowable.external_worker_client"
"flowable.external_worker_client",
"registration-library @ git+https://github.com/EOEPCA/registration-library"
# "flowable.external-worker-client @ git+https://github.com/EOEPCA/eoepca-flowable-external-client-python"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 0f3fc44

Please sign in to comment.