diff --git a/pyproject.toml b/pyproject.toml index fdb1f0ec..8e73c73d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dynamic = ["version","description"] requires-python=">=3.8" dependencies = [ "typer", - "tomli", + "tomli;python_version>='3.11'", "tomli_w", "urwid", "httpx", @@ -29,7 +29,6 @@ dependencies = [ "velin", "quart-trio", "quart<0.14", - "toml", "flatlatex", # "tree_sitter", # tree sitter does not currently provide builds for all platform. tree-sitter-builds is an # alternative build that provide more wheels.