Update dependencies

This commit is contained in:
daniele 2023-05-29 19:02:05 +02:00
parent 7eb71bc924
commit df18e383ed
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514
2 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,8 @@ makedepends=('python-setuptools'
'python-wheel')
depends=('python'
'rsync'
'python-dotenv')
'python-dotenv'
'python-paramiko')
optdepends=('python-systemd: use systemd log'
'python-dbus: for desktop notifications')
conflicts=('simple_backup-git')

View File

@ -26,6 +26,7 @@ python_requires = >=3.7
install_requires =
python-dotenv
systemd-python
paramiko
[options.entry_points]
console_scripts =