inspired by the POC from @chekolyn * Adds a new requirement on websocket-client * Add a new class WSClient that uses WebSocketApp from the websocket-client. * Make sure we pass Authorization header * Make sure we honor the SSL settings in configuration * Some of the code will get overwritten when we generate fresh classes from swagger definition. To remind us added a e2e test so we don't lose the changes * Added a new configuration option to enable/disable failures when hostnames in certificates don't match Fixes #58
10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
certifi >= 14.05.14
|
|
six>=1.9.0
|
|
python_dateutil >= 2.5.3
|
|
setuptools >= 21.0.0
|
|
urllib3 >= 1.19.1
|
|
pyyaml >= 3.12
|
|
oauth2client >= 4.0.0
|
|
ipaddress >= 1.0.17
|
|
websocket-client>=0.32.0
|