diff --git a/Makefile b/Makefile index 90e97af6..282b75f1 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ install: ## Install the dependencies .PHONY: develop develop: ## Install the test and dev dependencies - python3 -m pip install -e .[test,dev,sync] + python3 -m pip install -e .[test,dev,sync,s3] playwright install .PHONY: format