Skip to content

Commit 8fd9a86

Browse files
fix missing testing requirement: requests-toolbelt
1 parent 593f0db commit 8fd9a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DOCKER_IMAGE ?= downloads.unstructured.io/unstructured-io/unstructured-api:lates
99

1010
.PHONY: install-test
1111
install-test:
12-
pip install pytest requests_mock pypdf deepdiff
12+
pip install pytest requests_mock pypdf deepdiff requests-toolbelt
1313

1414
.PHONY: install-dev
1515
install-dev:

0 commit comments

Comments
 (0)