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.
2 parents 719df76 + 3bfc23c commit cdd42f8Copy full SHA for cdd42f8
Makefile
@@ -20,6 +20,7 @@ install: # Install Python dependencies
20
21
update: install # Update Python dependencies
22
pipenv clean
23
+ pipenv update git+https://github.com/MITLibraries/timdex-dataset-api.git
24
pipenv update --dev
25
26
######################
Pipfile
@@ -11,7 +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"}
+timdex-dataset-api = {git = "https://github.com/MITLibraries/timdex-dataset-api.git"}
15
16
[dev-packages]
17
black = "*"
0 commit comments