File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ install-test: clean-build ## Install test extra dependencies.
4343install-dev : clean-build # # Install development extra dependencies.
4444 @echo " Installing development requirements..."
4545 @$(PYTHON_PIP ) install -e .' [development]' -r requirements.txt
46-
46+
4747install-deploy : clean-build # # Install deploy extra dependencies.
4848 @echo " Installing deploy extra requirements..."
4949 @$(PYTHON_PIP ) install -e .' [deploy]'
@@ -80,6 +80,7 @@ clean-test-all: clean-build ## Clean build and test assets.
8080 @rm -rf .pytest_cache/
8181 @rm test.db
8282
83+
8384# -----------------------------------------------------------
8485# --------- Docs ---------------------------------------
8586# -----------------------------------------------------------
You can’t perform that action at this time.
0 commit comments