diff --git a/pyproject.toml b/pyproject.toml index c97380d..7ce86d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,10 +22,10 @@ dependencies = [ "PyYAML==6.0.2", "gitpython==3.1.42", "transitions==0.9.3", - "textual==1.0.0", + "textual>=1.0.0", "rich==14.2.0", "python-frontmatter==1.1.0", - "networkx==3.6.1" + "networkx==3.6.1", ] [project.optional-dependencies] @@ -46,7 +46,7 @@ include = [ "config/**/*", "render_machine/**/*", "standard_template_library/**/*", - "tui/**/*" + "tui/**/*", ] [tool.black] @@ -111,4 +111,4 @@ exclude = [ [tool.pytest.ini_options] pythonpath = ["src"] testpaths = ["tests"] -norecursedirs = ["tests/data"] \ No newline at end of file +norecursedirs = ["tests/data"] diff --git a/requirements.txt b/requirements.txt index 5eec8bd..feb76cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ tiktoken==0.12.0 PyYAML==6.0.2 gitpython==3.1.42 pytest==8.3.4 -textual==1.0.0 +textual>=1.0.0 networkx==3.6.1 transitions==0.9.3 @@ -16,4 +16,4 @@ transitions==0.9.3 flake8==7.0.0 black==24.3.0 isort==5.13.2 -mypy==1.11.2 \ No newline at end of file +mypy==1.11.2