28 lines
727 B
Diff
28 lines
727 B
Diff
From 198adad886b491c87832109cb268ca8d9708a44e Mon Sep 17 00:00:00 2001
|
|
From: wu-leilei <wu18740459704@163.com>
|
|
Date: Tue, 1 Mar 2022 14:36:34 +0800
|
|
Subject: [PATCH] fix test
|
|
|
|
---
|
|
setup.py | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
index c6aa15f..325ae3d 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -81,8 +81,8 @@ setup(
|
|
"msgpack>=1.0.0, <1.1.0",
|
|
"passlib>=1.6.5, <1.8",
|
|
"protobuf>=3.14,<3.18",
|
|
- "pyOpenSSL>=20.0,<20.1",
|
|
- "pyparsing>=2.4.2,<2.5",
|
|
+ "pyOpenSSL>=21.0,<21.1",
|
|
+ "pyparsing>=2.4.2,<3.1",
|
|
"pyperclip>=1.6.0,<1.9",
|
|
"ruamel.yaml>=0.16,<0.17.11",
|
|
"sortedcontainers>=2.3,<2.5",
|
|
--
|
|
2.23.0
|
|
|