Skip to content

Commit 95825bd

Browse files
Address comment in PR #359
* Include TDA to main list of dependencies
1 parent 8231eb3 commit 95825bd

File tree

2 files changed

+426
-445
lines changed

2 files changed

+426
-445
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ opensearch-py = "*"
1111
rich-click = "*"
1212
sentry-sdk = "*"
1313
smart-open = {extras = ["s3"], version = "*"}
14+
timdex-dataset-api = { git = "git+https://github.com/MITLibraries/timdex-dataset-api.git"}
1415

1516
[dev-packages]
1617
black = "*"
@@ -21,7 +22,6 @@ mypy = "*"
2122
pre-commit = "*"
2223
pytest = "*"
2324
ruff = "*"
24-
timdex-dataset-api = { git = "git+https://github.com/MITLibraries/timdex-dataset-api.git"}
2525
vcrpy = "*"
2626

2727
[requires]

0 commit comments

Comments
 (0)