Skip to content

Commit

Permalink
Make tomli a dependency only in Python < 3.11
Browse files Browse the repository at this point in the history
Also remove toml as a dependency (it wasn't removed in #269 because apparently
it was in there twice).

Fixes #271
  • Loading branch information
asmeurer committed Aug 4, 2023
1 parent 8d5c9ea commit 4c1c6ff
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 4c1c6ff

Please sign in to comment.