Skip to content

Commit

Permalink
Fix dependency format
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyChris committed May 21, 2024
1 parent c2a23df commit 2af8e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requires-python = ">=3.8"
dependencies = [
"click",
"importlib-resources>=5; python_version<'3.10'",
"importlib-metadata=4.6.*; python_version<'3.10'",
"importlib-metadata==4.6.*; python_version<'3.10'",
"incremental",
"jinja2",
"tomli; python_version<'3.11'",
Expand Down

0 comments on commit 2af8e80

Please sign in to comment.