20 lines
473 B
Diff
20 lines
473 B
Diff
From 9b9a7f1d23ef830bae8c150ccc731e9c8f9ba13d Mon Sep 17 00:00:00 2001
|
|
From: desert-sailor <dxwangk@isoftstone.com>
|
|
Date: Sat, 8 Jul 2023 15:20:18 +0800
|
|
Subject: [PATCH] modify the version restrict to gt
|
|
|
|
---
|
|
requirements.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/requirements.txt b/requirements.txt
|
|
index 6f081d0..918b699 100644
|
|
--- a/requirements.txt
|
|
+++ b/requirements.txt
|
|
@@ -1 +1 @@
|
|
-flake8~=5.0.1 # MIT
|
|
+flake8>=5.0.1 # MIT
|
|
--
|
|
2.33.0
|
|
|