We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc32d8 commit 1d8b1d4Copy full SHA for 1d8b1d4
nssp/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