forked from platypush/platypush
Migrated from waitress to gunicorn.
`waitress`, unlike `gunicorn`, doesn't provide an easy way to plug into a WSGI socket that can be used for the websocket interface.
This commit is contained in:
parent
ca65db016e
commit
3aefc9607d
5 changed files with 48 additions and 37 deletions
docs/source
|
@ -201,6 +201,7 @@ autodoc_default_options = {
|
|||
}
|
||||
|
||||
autodoc_mock_imports = [
|
||||
'gunicorn',
|
||||
'googlesamples.assistant.grpc.audio_helpers',
|
||||
'google.assistant.embedded',
|
||||
'google.assistant.library',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue