We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499b47a commit a822acaCopy full SHA for a822aca
pyproject.toml
@@ -13,7 +13,7 @@ authors = [
13
license = { file = "LICENSE" }
14
requires-python = ">=3.9"
15
dependencies = [
16
- 'markdown-it-py >=1.0.0,<4.0.0',
+ 'markdown-it-py>=1,<5',
17
'tomli >=1.1.0; python_version < "3.11"',
18
'importlib-metadata >=3.6.0; python_version < "3.10"',
19
]
0 commit comments