Unverified Commit 0fb8f1f6 authored by Thomas Smith's avatar Thomas Smith Committed by GitHub

Merge pull request #7137 from jcoc611/patch-1

Adds websocket-client to dependencies
parents 52168861 785855e8
......@@ -677,6 +677,20 @@
}
]
},
{
"name": "python-six",
"load_order": "01",
"description": "Python six library https://github.com/benjaminp/six",
"author": "jcoc611",
"issues": "https://github.com/jcoc611/sublime-six/issues",
"releases": [
{
"base": "https://github.com/jcoc611/sublime-six",
"tags": true,
"sublime_text": "*"
}
]
},
{
"name": "pytz",
"load_order": "50",
......@@ -1014,6 +1028,20 @@
}
]
},
{
"name": "websocket-client",
"load_order": "10",
"description": "Python websocket client library https://github.com/websocket-client/websocket-client",
"author": "jcoc611",
"issues": "https://github.com/jcoc611/sublime-websocket-client/issues",
"releases": [
{
"base": "https://github.com/jcoc611/sublime-websocket-client",
"tags": true,
"sublime_text": "*"
}
]
},
{
"name": "xdotool",
"load_order": "50",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment