Merge pull request #508 from Mohamedemad4/added-websocket-client

feature(websocket): Add websocket client
This commit is contained in:
Cameron Yick
2021-07-19 18:20:38 -04:00
committed by GitHub
6 changed files with 212 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ LONG_DESCRIPTION = read('README.rst', 'HISTORY.rst')
requirements = [
'requests',
'websocket-client'
]
setup_requirements = [