使用Python3.9版本时,修改eventlet、lxml库安装版本

This commit is contained in:
azhengzz 2021-08-31 23:32:47 +08:00
parent ea178efde7
commit ab9443fed4
1 changed files with 6 additions and 3 deletions

View File

@ -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