Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Markdown Parser for Render Engine"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"markdown2",
"markdown2<2.5.5",
Comment thread
kjaymiller marked this conversation as resolved.
Outdated
"render-engine-parser",
]

Expand Down Expand Up @@ -41,4 +41,4 @@ select = ["E", "F", "I", "UP"]
target-version = "py311"
line-length = 120
src = ["src"]
ignore-init-module-imports = true
ignore-init-module-imports = true
Loading
Loading