forked from platypush/platypush
google-assistant-sdk is no longer a dependency for the Google Assistant integration
This commit is contained in:
parent
48756e6287
commit
8f7aad2af7
2 changed files with 1 additions and 3 deletions
|
@ -58,7 +58,6 @@ manifest:
|
||||||
- python-urllib3
|
- python-urllib3
|
||||||
pip:
|
pip:
|
||||||
- google-assistant-library
|
- google-assistant-library
|
||||||
- google-assistant-sdk[samples]
|
|
||||||
- google-auth
|
- google-auth
|
||||||
- sounddevice
|
- sounddevice
|
||||||
after:
|
after:
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -129,8 +129,7 @@ setup(
|
||||||
# Support for inotify file monitors
|
# Support for inotify file monitors
|
||||||
'inotify': ['inotify'],
|
'inotify': ['inotify'],
|
||||||
# Support for Google Assistant
|
# Support for Google Assistant
|
||||||
'google-assistant-legacy': ['google-assistant-library', 'google-auth'],
|
'google-assistant': ['google-assistant-library', 'google-auth'],
|
||||||
'google-assistant': ['google-assistant-sdk[samples]', 'google-auth'],
|
|
||||||
# Support for the Google APIs
|
# Support for the Google APIs
|
||||||
'google': [
|
'google': [
|
||||||
'oauth2client',
|
'oauth2client',
|
||||||
|
|
Loading…
Reference in a new issue