From e2753ef904d013c3c3ba60ae201b6a01eb6f5157 Mon Sep 17 00:00:00 2001 From: kolo Date: Sun, 12 Oct 2025 00:14:42 +0300 Subject: [PATCH] initial commit in new pr --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b63175f..cfb41a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ dependencies = [ "rich (>=14.0.0,<15.0.0)", "art (>=6.4,<7.0)", "pyreadline3>=3.5.4; sys_platform == 'win32'", + "dishka>=1.7.2", ] [tool.ruff]