mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
update
This commit is contained in:
@@ -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()
|
|
||||||
+1
-3
@@ -24,6 +24,7 @@ dev = [
|
|||||||
{include-group = "typecheckers"},
|
{include-group = "typecheckers"},
|
||||||
{include-group = "docs"},
|
{include-group = "docs"},
|
||||||
{include-group = "tests"},
|
{include-group = "tests"},
|
||||||
|
{include-group = "metrics"},
|
||||||
"scriv>=1.8.0",
|
"scriv>=1.8.0",
|
||||||
]
|
]
|
||||||
linters = [
|
linters = [
|
||||||
@@ -51,10 +52,7 @@ metrics = [
|
|||||||
"matplotlib>=3.10.8",
|
"matplotlib>=3.10.8",
|
||||||
"psutil>=7.2.1",
|
"psutil>=7.2.1",
|
||||||
"py-cpuinfo>=9.0.0",
|
"py-cpuinfo>=9.0.0",
|
||||||
]
|
|
||||||
in-test = [
|
|
||||||
"cairosvg>=2.8.2",
|
"cairosvg>=2.8.2",
|
||||||
"plotext>=5.3.2",
|
|
||||||
"pygal>=3.1.0",
|
"pygal>=3.1.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user