We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d3e1e commit 74b73d6Copy full SHA for 74b73d6
1 file changed
pyproject.toml
@@ -18,7 +18,7 @@ classifiers = [
18
"Topic :: Text Processing :: Markup :: Markdown"
19
]
20
dependencies = [
21
- "mistune>=3.0.2",
+ "mistune>=3.2.0",
22
"beautifulsoup4"
23
24
@@ -44,6 +44,7 @@ include = [
44
"README.md",
45
"LICENSE",
46
"src/md2bbcode/*.py",
47
+ "src/md2bbcode/plugins/*.py",
48
"src/md2bbcode/renderers/*.py",
49
"bb_codes.xml"
50
0 commit comments