26 lines
618 B
Diff
26 lines
618 B
Diff
From 913bc4de898bc8b8241f1335a706464907c6e549 Mon Sep 17 00:00:00 2001
|
|
From: desert-sailor <dxwangk@isoftstone.com>
|
|
Date: Tue, 7 Nov 2023 16:55:30 +0800
|
|
Subject: [PATCH] Bump mistune from 0.8.4 to 2.0.x
|
|
|
|
---
|
|
setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
index adfae0c..d4b7571 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -16,7 +16,7 @@ except ImportError:
|
|
with open(readme_file) as f:
|
|
readme = f.read()
|
|
|
|
-install_requires = ['mistune<2', 'docutils']
|
|
+install_requires = ['mistune_v1<3', 'docutils']
|
|
test_requirements = ['pygments']
|
|
|
|
setup(
|
|
--
|
|
2.41.0
|
|
|