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 5fa0da4 + be9ce95 commit ff2b58aCopy full SHA for ff2b58a
Makefile
@@ -18,6 +18,7 @@ install: ## Install dependencies
18
19
update: install # update all Python dependencies
20
pipenv clean
21
+ pipenv update git+https://github.com/MITLibraries/timdex-dataset-api.git
22
pipenv update --dev
23
24
### Test commands ###
Pipfile
@@ -6,7 +6,7 @@ name = "pypi"
6
[packages]
7
boto3 = "*"
8
smart-open = "*"
9
-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"}
10
11
[dev-packages]
12
black = "*"
0 commit comments