From 44f7b42302dff4b0397718c0dc2b8ac180f81448 Mon Sep 17 00:00:00 2001 From: kolo Date: Thu, 12 Mar 2026 15:32:10 +0300 Subject: [PATCH] update --- mock/local_test.py | 14 -------------- pyproject.toml | 4 +--- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 mock/local_test.py diff --git a/mock/local_test.py b/mock/local_test.py deleted file mode 100644 index 47afefa..0000000 --- a/mock/local_test.py +++ /dev/null @@ -1,14 +0,0 @@ -from argenta import App, Command, Response, Router, Orchestrator - -app = App(override_system_messages=True) -router = Router() - -@router.command(Command('command')) -def handler(_res: Response) -> None: - pass - -@router.command(Command('command_other')) -def handler2(_res: Response) -> None: - pass - -orch = Orchestrator() \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1dbb0a0..a3bb85b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dev = [ {include-group = "typecheckers"}, {include-group = "docs"}, {include-group = "tests"}, + {include-group = "metrics"}, "scriv>=1.8.0", ] linters = [ @@ -51,10 +52,7 @@ metrics = [ "matplotlib>=3.10.8", "psutil>=7.2.1", "py-cpuinfo>=9.0.0", -] -in-test = [ "cairosvg>=2.8.2", - "plotext>=5.3.2", "pygal>=3.1.0", ]