Added NextCloud integration [closes ]

This commit is contained in:
Fabio Manganiello 2020-09-10 11:10:26 +02:00
parent 0af326fa11
commit c0f7cc0782
12 changed files with 1049 additions and 3 deletions

View file

@ -236,7 +236,7 @@ setup(
# Support for mpv player plugin
'mpv': ['python-mpv'],
# Support for NFC tags
'nfc': ['nfcpy>=1.0', 'ndef'],
'nfc': ['nfcpy>=1.0', 'ndeflib'],
# Support for enviropHAT
'envirophat': ['envirophat'],
# Support for GPS
@ -332,5 +332,7 @@ setup(
'lcd': ['RPi.GPIO', 'RPLCD'],
# Support for IMAP mail integration
'imap': ['imapclient'],
# Support for NextCloud integration
'nextcloud': ['nextcloud-API @ git+https://github.com/EnterpriseyIntranet/nextcloud-API.git'],
},
)