From ec1b585fb27ca0f9b09aaf11363ed9ed8aa8fbab Mon Sep 17 00:00:00 2001 From: erjemin Date: Fri, 6 Jun 2025 00:32:33 +0300 Subject: [PATCH] mod: +textual --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14c7f31..fe61e86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,9 @@ packages = [{ include = "pganec", from = "src" }] [tool.poetry.dependencies] -python = "^>=.8" +python = ">=3.8.1,<4.0.0" pyyaml = "^6.0" +textual = "^3.3.0" [build-system]