Skip to content

Commit

Permalink
Merge pull request #272 from asmeurer/tomli-fix
Browse files Browse the repository at this point in the history
Make tomli a dependency only in Python < 3.11
  • Loading branch information
Carreau authored Aug 10, 2023
2 parents 8d5c9ea + 4c1c6ff commit 4819493
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dynamic = ["version","description"]
requires-python=">=3.8"
dependencies = [
"typer",
"tomli",
"tomli;python_version>='3.11'",
"tomli_w",
"urwid",
"httpx",
Expand All @@ -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.
Expand Down

0 comments on commit 4819493

Please sign in to comment.