Skip to content

Commit 31bfeb2

Browse files
Lingling PengLingling Peng
authored andcommitted
fix setup.cfg to put paramkio in the same section as pysftp
1 parent 020d45f commit 31bfeb2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.cfg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,7 @@ pandas =
107107
pandas>=1.5,<3.0
108108

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

115112
boto3 =
116113
boto3>=1.7.0,<2.0

0 commit comments

Comments
 (0)