From df18e383ed8072507856f8448d3b85b356f45ba6 Mon Sep 17 00:00:00 2001 From: Fuxino Date: Mon, 29 May 2023 19:02:05 +0200 Subject: [PATCH] Update dependencies --- PKGBUILD | 3 ++- setup.cfg | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 6e03e11..2cf6242 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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') diff --git a/setup.cfg b/setup.cfg index b4a0c87..231899e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,6 +26,7 @@ python_requires = >=3.7 install_requires = python-dotenv systemd-python + paramiko [options.entry_points] console_scripts =