Skip to content

Commit 05f82df

Browse files
Lingling PengLingling Peng
authored andcommitted
fix pysftp in setup.cfg
1 parent 31bfeb2 commit 05f82df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ pandas =
107107
pandas>=1.5,<3.0
108108

109109
pysftp =
110-
[pysftp>=0.2.8,<0.3, paramiko < 4.0.0]
110+
pysftp>=0.2.8,<0.3
111+
paramiko<4.0.0
111112

112113
boto3 =
113114
boto3>=1.7.0,<2.0

0 commit comments

Comments
 (0)