mirror of
https://github.com/borgbase/vorta
synced 2024-12-21 23:33:13 +00:00
Remove paramiko from dependencies
This commit is contained in:
parent
7c1b9535b2
commit
249780212f
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ python_requires = >=3.7
|
|||
install_requires =
|
||||
platformdirs >=3.0.0, <4.0.0; sys_platform == 'darwin' # for macOS: breaking changes in 3.0.0,
|
||||
platformdirs >=2.6.0, <4.0.0; sys_platform != 'darwin' # for others: 2.6+ works consistently.
|
||||
paramiko
|
||||
pyqt5
|
||||
peewee
|
||||
psutil
|
||||
|
|
Loading…
Reference in a new issue