Added barebone support for websockets API

This commit is contained in:
mohamedemad4
2020-09-02 03:17:11 +02:00
parent db92c33410
commit 4ce17b8079
4 changed files with 112 additions and 0 deletions

View File

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