remove borgbackup from the requirements

This commit is contained in:
Andreas Zweili 2019-05-25 22:05:09 +02:00
parent 4ae0f2a79f
commit c7090d65e5
1 changed files with 1 additions and 1 deletions

View File

@ -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?