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 8231eb3 commit 95825bdCopy full SHA for 95825bd
Pipfile
@@ -11,6 +11,7 @@ opensearch-py = "*"
11
rich-click = "*"
12
sentry-sdk = "*"
13
smart-open = {extras = ["s3"], version = "*"}
14
+timdex-dataset-api = { git = "git+https://github.com/MITLibraries/timdex-dataset-api.git"}
15
16
[dev-packages]
17
black = "*"
@@ -21,7 +22,6 @@ mypy = "*"
21
22
pre-commit = "*"
23
pytest = "*"
24
ruff = "*"
-timdex-dataset-api = { git = "git+https://github.com/MITLibraries/timdex-dataset-api.git"}
25
vcrpy = "*"
26
27
[requires]
0 commit comments