diff --git a/pyproject.toml b/pyproject.toml index 7bb1f25..d3cbc19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "requests", "jinja2", "click", - "textual", + "textual>=8.0", "sqlalchemy", ] readme = {file = "README.md", content-type = "text/markdown"}