Skip to content

Commit

Permalink
Fix tomli not present for Python<3.11 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Oct 17, 2024
1 parent 94eacb2 commit dbf9be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject-fmt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dynamic = [
"version",
]
dependencies = [
"tomli>=2.0.2; python_version<'3.11'",
]
urls."Bug Tracker" = "https://github.com/tox-dev/toml-fmt/issues"
urls."Changelog" = "https://github.com/tox-dev/toml-fmt/blob/main/pyproject-fmt/CHANGELOG.md"
Expand Down

0 comments on commit dbf9be4

Please # to comment.