brocade / pyfos

pyfos repository for FOS
Other
51 stars 27 forks source link

Too old version of paramiko in requirements.txt #21

Open 212850a opened 1 year ago

212850a commented 1 year ago

It's too old version of paramiko (version 2.7.1) is specified in requirements.txt when in reality it's not really much used. As result when we try to install pyfos from pip today we have to stick to that old version and other packages which uses paramiko do not work correctly.

Is it possible to update required version of paramiko or change requirement to something like 'paramiko~= 2.7.1'?