Skip to content

Commit 59daf4c

Browse files
committed
Reduce diff
1 parent 3ac43f3 commit 59daf4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ classifiers = [
1616
]
1717
keywords = ["mdformat", "markdown", "markdown-it"]
1818
requires-python = ">= 3.10"
19-
dependencies = ["mdformat >= 1.0.0"]
19+
dependencies = [
20+
"mdformat >= 1.0.0",
21+
]
2022
dynamic = ["version", "description"]
2123

2224
[project.optional-dependencies]

0 commit comments

Comments
 (0)