Unverified Commit 9a58f7c6 authored by Juan Camilo Osorio's avatar Juan Camilo Osorio Committed by GitHub

Adds six as a separate dependency

parent 8847b431
...@@ -846,6 +846,20 @@ ...@@ -846,6 +846,20 @@
} }
] ]
}, },
{
"name": "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": "speg", "name": "speg",
"load_order": "50", "load_order": "50",
...@@ -1015,7 +1029,7 @@ ...@@ -1015,7 +1029,7 @@
}, },
{ {
"name": "websocket-client", "name": "websocket-client",
"load_order": "01", "load_order": "10",
"description": "Python websocket client library https://github.com/websocket-client/websocket-client", "description": "Python websocket client library https://github.com/websocket-client/websocket-client",
"author": "jcoc611", "author": "jcoc611",
"issues": "https://github.com/jcoc611/sublime-websocket-client/issues", "issues": "https://github.com/jcoc611/sublime-websocket-client/issues",
......
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