Skip to content

Commit 15478f9

Browse files
committed
Install missing dev packages
1 parent 32e3a07 commit 15478f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ DOCKER_IMAGE ?= downloads.unstructured.io/unstructured-io/unstructured-api:lates
77
# Install #
88
###########
99

10-
.PHONY: install-test
11-
install-test:
12-
pip install pytest pytest-asyncio pytest-mock requests_mock pypdf deepdiff requests-toolbelt uvloop
13-
1410
.PHONY: install-dev
1511
install-dev:
16-
pip install poetry
12+
pip install poetry mypy pylint uvloop jupyter
1713
python scripts/prepare-readme.py
1814
poetry install
1915

16+
.PHONY: install-test
17+
install-test: install-dev
18+
pip install pytest pytest-asyncio pytest-mock requests_mock pypdf deepdiff requests-toolbelt uvloop
19+
2020
## install: installs all test, dev, and experimental requirements
2121
.PHONY: install
22-
install: install-test install-dev
22+
install: install-test
2323

2424
#################
2525
# Test and Lint #

0 commit comments

Comments
 (0)