Skip to content

Commit 7ec3dc1

Browse files
committed
forward pyftpdlib dependency version cap for python-2.7 from latest docker-migrid commit.
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6135 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 310e65a commit 7ec3dc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

recommended.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ email-validator<1.3;python_version < "3"
2727
wsgidav
2828
paramiko
2929
pyOpenSSL
30-
pyftpdlib
30+
# NOTE: python-2.7 versions require older pyftpdlib
31+
pyftpdlib;python_version >= "3"
32+
pyftpdlib<2.0;python_version < "3"
3133
watchdog
3234
scandir
3335
python-openid

0 commit comments

Comments
 (0)