20 lines
566 B
Diff
20 lines
566 B
Diff
From bd95f5a96e11e917d26825eea7abf883174098f1 Mon Sep 17 00:00:00 2001
|
|
From: bzg1107 <preloyalwhite@163.com>
|
|
Date: Tue, 4 Jan 2022 16:02:44 +0800
|
|
Subject: [PATCH] cancel require pyparsing version limit
|
|
|
|
---
|
|
requirements.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/requirements.txt b/requirements.txt
|
|
index 4ebe545..bc8d448 100644
|
|
--- a/requirements.txt
|
|
+++ b/requirements.txt
|
|
@@ -1 +1 @@
|
|
-pyparsing>=2.4.2,<3 # TODO include v3 after dropping Python2 support
|
|
+pyparsing>=2.4.2 # TODO include v3 after dropping Python2 support
|
|
--
|
|
2.30.0
|
|
|