Skip to content

Commit 74b73d6

Browse files
committed
update dependencies
1 parent d7d3e1e commit 74b73d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Topic :: Text Processing :: Markup :: Markdown"
1919
]
2020
dependencies = [
21-
"mistune>=3.0.2",
21+
"mistune>=3.2.0",
2222
"beautifulsoup4"
2323
]
2424

@@ -44,6 +44,7 @@ include = [
4444
"README.md",
4545
"LICENSE",
4646
"src/md2bbcode/*.py",
47+
"src/md2bbcode/plugins/*.py",
4748
"src/md2bbcode/renderers/*.py",
4849
"bb_codes.xml"
4950
]

0 commit comments

Comments
 (0)