We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef490f commit 8e1ca49Copy full SHA for 8e1ca49
pyproject.toml
@@ -10,6 +10,7 @@ requires-python = ">=3.12"
10
dependencies = [
11
"click>=8.2.1",
12
"sentry-sdk>=2.34.1",
13
+ "timdex-dataset-api",
14
]
15
16
[dependency-groups]
@@ -84,9 +85,12 @@ max-doc-length = 90
84
85
[tool.ruff.lint.pydocstyle]
86
convention = "google"
87
88
+[tool.uv.sources]
89
+timdex-dataset-api = { git = "https://github.com/MITLibraries/timdex-dataset-api" }
90
+
91
[project.scripts]
92
embeddings = "embeddings.cli:main"
93
94
[build-system]
95
requires = ["setuptools>=61"]
-build-backend = "setuptools.build_meta"
96
+build-backend = "setuptools.build_meta"
0 commit comments