Skip to content

Commit 41c6b7c

Browse files
committed
chore: depends on dev datashield and obiba_opal
1 parent 5cafa05 commit 41c6b7c

File tree

2 files changed

+91
-16
lines changed

2 files changed

+91
-16
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
]
2525
dependencies = [
26-
"datashield>=0.1.0",
27-
"obiba_opal>=5.3.0"
26+
"datashield @ git+https://github.com/datashield/datashield-python.git@master",
27+
"obiba_opal @ git+https://github.com/obiba/opal-python-client.git@master"
2828
]
2929

3030
[project.optional-dependencies]
@@ -46,6 +46,9 @@ markers = [
4646
"integration: marks tests as integration tests (deselect with '-m \"not integration\"')",
4747
]
4848

49+
[tool.hatch.metadata]
50+
allow-direct-references = true
51+
4952
[build-system]
5053
requires = ["hatchling"]
5154
build-backend = "hatchling.build"

uv.lock

Lines changed: 86 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)