diff --git a/Makefile b/Makefile index ca55453..1042917 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,7 @@ install: pip install -e ".[server]" install-dev: - pip install -e ".[server,langchain,pydantic-ai,crewai]" - pip install pytest pytest-asyncio ruff + pip install -e ".[langchain,pydantic-ai,crewai,dev]" API_PORT ?= 8000