summaryrefslogtreecommitdiff
path: root/0001-modify-the-operator-of-version-required-to-gt.patch
blob: 2675fb26768bfa70f3d093b32fc56b5a8bfe75be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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