Skip to content

Commit

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

Expand All @@ -39,6 +39,9 @@ test = [
Homepage = "https://github.com/EOEPCA/registration-harvester"
Issues = "https://github.com/EOEPCA/registration-harvester/issues"

[tool.hatch.metadata]
allow-direct-references = true

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-q --import-mode=importlib --no-header -rfE --disable-warnings --log-level=INFO"
Expand Down

0 comments on commit 91813e0

Please sign in to comment.