From c7090d65e594db7eae785d8a6f913e373415bd0f Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 25 May 2019 22:05:09 +0200 Subject: [PATCH] remove borgbackup from the requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1267ded..7876de5 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ VERSION = '2019-02-23' # What packages are required for this module to be executed? REQUIRED = [ - 'PyQt5', 'borgbackup[fuse]==1.1.8', + 'PyQt5', ] # What packages are optional?