File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ DOCKER_IMAGE ?= downloads.unstructured.io/unstructured-io/unstructured-api:lates
7
7
# Install #
8
8
# ##########
9
9
10
- .PHONY : install-test
11
- install-test :
12
- pip install pytest pytest-asyncio pytest-mock requests_mock pypdf deepdiff requests-toolbelt uvloop
13
-
14
10
.PHONY : install-dev
15
11
install-dev :
16
- pip install poetry
12
+ pip install poetry mypy pylint uvloop jupyter
17
13
python scripts/prepare-readme.py
18
14
poetry install
19
15
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
+
20
20
# # install: installs all test, dev, and experimental requirements
21
21
.PHONY : install
22
- install : install-test install-dev
22
+ install : install-test
23
23
24
24
# ################
25
25
# Test and Lint #
You can’t perform that action at this time.
0 commit comments