Skip to content

Commit f26c988

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

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
@@ -13,7 +13,7 @@ install-test:
1313

1414
.PHONY: install-dev
1515
install-dev:
16-
pip install poetry
16+
pip install poetry mypy pylint uvloop jupyter
1717
python scripts/prepare-readme.py
1818
poetry install
1919

0 commit comments

Comments
 (0)