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
|
||||
pip:
|
||||
- google-assistant-library
|
||||
- google-assistant-sdk[samples]
|
||||
- google-auth
|
||||
- sounddevice
|
||||
after:
|
||||
|
|
3
setup.py
3
setup.py
|
@ -129,8 +129,7 @@ setup(
|
|||
# Support for inotify file monitors
|
||||
'inotify': ['inotify'],
|
||||
# Support for Google Assistant
|
||||
'google-assistant-legacy': ['google-assistant-library', 'google-auth'],
|
||||
'google-assistant': ['google-assistant-sdk[samples]', 'google-auth'],
|
||||
'google-assistant': ['google-assistant-library', 'google-auth'],
|
||||
# Support for the Google APIs
|
||||
'google': [
|
||||
'oauth2client',
|
||||
|
|
Loading…
Reference in a new issue