28 lines
745 B
Diff
28 lines
745 B
Diff
|
|
From f2fc63ffd0aae72a480a2661f941dd7bf0a2d336 Mon Sep 17 00:00:00 2001
|
||
|
|
From: desert-sailor <dxwangk@isoftstone.com>
|
||
|
|
Date: Thu, 20 Jul 2023 17:13:34 +0800
|
||
|
|
Subject: [PATCH] modify the operator of version required to gt
|
||
|
|
|
||
|
|
---
|
||
|
|
pyproject.toml | 4 ++--
|
||
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
|
||
|
|
diff --git a/pyproject.toml b/pyproject.toml
|
||
|
|
index ed6db11..ac6bf31 100644
|
||
|
|
--- a/pyproject.toml
|
||
|
|
+++ b/pyproject.toml
|
||
|
|
@@ -36,8 +36,8 @@ requires-python = ">=3.8"
|
||
|
|
dependencies = [
|
||
|
|
"docutils>=0.16,<0.21",
|
||
|
|
"jinja2", # required for substitutions, but let sphinx choose version
|
||
|
|
- "markdown-it-py~=3.0",
|
||
|
|
- "mdit-py-plugins~=0.4",
|
||
|
|
+ "markdown-it-py>=3.0",
|
||
|
|
+ "mdit-py-plugins>=0.4",
|
||
|
|
"pyyaml",
|
||
|
|
"sphinx>=6,<8",
|
||
|
|
]
|
||
|
|
--
|
||
|
|
2.33.0
|
||
|
|
|