From f0afcd2ed60df7d9c45f75fe39b66f6e7706c04f Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Wed, 28 Jan 2026 21:11:38 +0000 Subject: [PATCH] Persist dev dependencies in Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d13539e..0e67d86 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ install: ## Install package in editable mode $(PIP) install -e . install-dev: install ## Install with dev dependencies + $(PIP) install aiohttp uvloop click pydantic importlib-metadata tomli pyyaml pyte $(PIP) install pytest pytest-asyncio pytest-cov pytest-timeout ruff lint: ## Run ruff linter