forked from platypush/platypush
Made QR-code scan work also on picamera
This commit is contained in:
parent
2992d5f726
commit
a130edb74f
4 changed files with 60 additions and 18 deletions
2
setup.py
2
setup.py
|
@ -182,7 +182,7 @@ setup(
|
|||
# Support for torrents download
|
||||
'torrent': ['python-libtorrent'],
|
||||
# Support for RaspberryPi camera
|
||||
'picamera': ['picamera'],
|
||||
'picamera': ['picamera', 'numpy'],
|
||||
# Support for inotify file monitors
|
||||
'inotify': ['inotify'],
|
||||
# Support for Google Assistant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue