Skip to content

Commit

Permalink
lost 'tomli' dependency when python_version < "3.11" (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
gassyfeve committed May 13, 2024
1 parent 222c2a9 commit 012e046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dynamic = [
]
dependencies = [
"pyproject-fmt-rust==1.0.4",
"tomli>=2.0.1; python_version<'3.11'",
]
optional-dependencies.docs = [
"furo>=2024.5.6",
Expand Down

0 comments on commit 012e046

Please sign in to comment.