forked from platypush/platypush
Added NextCloud integration [closes #149]
This commit is contained in:
parent
0af326fa11
commit
c0f7cc0782
12 changed files with 1049 additions and 3 deletions
4
setup.py
4
setup.py
|
@ -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'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue