We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2fdae5 commit 45cfd8fCopy full SHA for 45cfd8f
sir_complainsalot/Makefile
@@ -13,7 +13,7 @@ install: venv
13
install-ci: venv
14
. env/bin/activate; \
15
pip install wheel ; \
16
- pip install '../_delphi_utils_python[dev]' ;\
+ pip install ../_delphi_utils_python ;\
17
pip install .
18
19
lint:
0 commit comments