summaryrefslogtreecommitdiff
path: root/0001-modify-the-operator-of-version-required-to-gt.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-modify-the-operator-of-version-required-to-gt.patch')
-rw-r--r--0001-modify-the-operator-of-version-required-to-gt.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-modify-the-operator-of-version-required-to-gt.patch b/0001-modify-the-operator-of-version-required-to-gt.patch
new file mode 100644
index 0000000..2675fb2
--- /dev/null
+++ b/0001-modify-the-operator-of-version-required-to-gt.patch
@@ -0,0 +1,25 @@
+From 9974de9e5644ef9265fc8dc2a0a439ceebce519f Mon Sep 17 00:00:00 2001
+From: desert-sailor <dxwangk@isoftstone.com>
+Date: Tue, 1 Aug 2023 15:54:33 +0800
+Subject: [PATCH] modify the operator of version required to gt
+
+---
+ pyproject.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index 633eef2..6bccace 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -26,7 +26,7 @@ classifiers = [
+ keywords = ["markdown", "lexer", "parser", "commonmark", "markdown-it"]
+ requires-python = ">=3.8"
+ dependencies = [
+- "mdurl~=0.1",
++ "mdurl>=0.1",
+ ]
+
+ [project.urls]
+--
+2.33.0
+