Skip to content

Commit fe26ab1

Browse files
authored
⬆️ Allow mdit-py-plugins v0.4 (#5)
1 parent 919cc85 commit fe26ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
keywords = "mdformat,markdown,markdown-it"
1818

1919
requires-python=">=3.7"
20-
requires=["mdformat >=0.7.0,<0.8.0", "mdit-py-plugins >=0.2.7,<0.4.0"]
20+
requires=["mdformat >=0.7.0,<0.8.0", "mdit-py-plugins >=0.2.7"]
2121

2222
[tool.flit.metadata.requires-extra]
2323
test = [

0 commit comments

Comments
 (0)