Skip to content

Commit 8e1ca49

Browse files
committed
Add timdex-dataset-api as dependency
1 parent 6ef490f commit 8e1ca49

File tree

2 files changed

+391
-33
lines changed

2 files changed

+391
-33
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ requires-python = ">=3.12"
1010
dependencies = [
1111
"click>=8.2.1",
1212
"sentry-sdk>=2.34.1",
13+
"timdex-dataset-api",
1314
]
1415

1516
[dependency-groups]
@@ -84,9 +85,12 @@ max-doc-length = 90
8485
[tool.ruff.lint.pydocstyle]
8586
convention = "google"
8687

88+
[tool.uv.sources]
89+
timdex-dataset-api = { git = "https://github.com/MITLibraries/timdex-dataset-api" }
90+
8791
[project.scripts]
8892
embeddings = "embeddings.cli:main"
8993

9094
[build-system]
9195
requires = ["setuptools>=61"]
92-
build-backend = "setuptools.build_meta"
96+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)