Flattened, Sublime-ready websocket client dependency
Based on the websocket-client python project. See it on Github, or on PyPI.
this repo | pypi |
---|---|
Add the following to your dependencies.json
in the directory of your package.
{
"*": {
"*": [
"python-six",
"websocket-client",
]
}
}
The contents of this repository are licensed under the GNU Lesser General Public License. A copy of such is available in LICENSE
.