From ab9443fed478b966c4546a44979d0f3b9c6ed138 Mon Sep 17 00:00:00 2001 From: azhengzz <820108271@qq.com> Date: Tue, 31 Aug 2021 23:32:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8Python3.9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E4=BF=AE=E6=94=B9eventlet=E3=80=81lxml?= =?UTF-8?q?=E5=BA=93=E5=AE=89=E8=A3=85=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ApiAutomationTest/requirements.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ApiAutomationTest/requirements.txt b/ApiAutomationTest/requirements.txt index 166ef6b..2d43439 100644 --- a/ApiAutomationTest/requirements.txt +++ b/ApiAutomationTest/requirements.txt @@ -17,8 +17,10 @@ concurrent-log-handler==0.9.17 email-validator==1.1.1 dnspython==1.16.0 idna==2.10 -eventlet==0.17.4 - greenlet==0.4.17 +eventlet==0.17.4; python_version >= "3.6" and python_version <= "3.8" + greenlet==0.4.17; python_version >= "3.6" and python_version <= "3.8" +eventlet==0.31.1; python_version == "3.9" + greenlet==1.1.1; python_version == "3.9" Flask-Login==0.5.0 Flask==1.1.2 click==7.1.2 @@ -77,7 +79,8 @@ Flask-WTF==0.14.3 itsdangerous==1.1.0 WTForms==2.3.3 MarkupSafe==1.1.1 -lxml==4.5.2 +lxml==4.5.2; python_version >= "3.6" and python_version <= "3.8" +lxml==4.6.3; python_version == "3.9" paramiko==2.7.2 bcrypt==3.2.0 cffi==1.14.4