Skip to content

Commit a242bd9

Browse files
committed
Merge remote-tracking branch 'origin/master' into edge
2 parents e53ca77 + cb5f4f5 commit a242bd9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

recommended.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ email-validator<1.3;python_version < "3"
2727
wsgidav
2828
paramiko
2929
pyOpenSSL
30-
# NOTE: python-2.7 versions require older pyftpdlib
31-
pyftpdlib;python_version >= "3"
32-
pyftpdlib<2.0;python_version < "3"
30+
# NOTE: python-2.7 versions require pyftpdlib-1.x
31+
# NOTE: python-3.6 versions with dated pyopenssl (rocky8) require pyftpdlib-1.x
32+
pyftpdlib;python_version > "3.6"
33+
pyftpdlib<2.0;python_version <= "3.6"
3334
watchdog
3435
scandir
3536
python-openid

0 commit comments

Comments
 (0)