python-mkdocs/markdown-version.patch

26 lines
596 B
Diff
Raw Normal View History

2023-06-15 10:22:00 +08:00
From 16eec781d87b4c1d941290405cc7203624697d0c Mon Sep 17 00:00:00 2001
From: luolu12 <luluoc@isoftstone.com>
Date: Thu, 15 Jun 2023 14:45:43 +0800
Subject: [PATCH] patch add
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 1115ce0..94bd15a 100755
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ setup(
install_requires=[
'click>=3.3',
'Jinja2>=2.10.2',
- 'Markdown>=3.2.1,<3.4',
+ 'Markdown>=3.2.1,<=3.4.1',
'PyYAML>=3.10',
'watchdog>=2.0',
'ghp-import>=1.0',
--
2.33.0