Requirements: pin Markdown version to <3.4 (#2893)

This commit is contained in:
Ultrabug
2022-07-19 09:09:11 +02:00
committed by GitHub
parent 6bd62b9738
commit dd7986ff7b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
babel>=2.9.0
click>=7.0
Jinja2>=2.10.2
Markdown>=3.2.1
Markdown>=3.2.1,<3.4
PyYAML>=5.2
watchdog>=2.0.0
mdx_gh_links>=0.2

View File

@@ -64,7 +64,7 @@ setup(
install_requires=[
'click>=3.3',
'Jinja2>=2.10.2',
'Markdown>=3.2.1',
'Markdown>=3.2.1,<3.4',
'PyYAML>=3.10',
'watchdog>=2.0',
'ghp-import>=1.0',