Commit a401cc40 authored by Joscha Legewie's avatar Joscha Legewie

add paramiko to dependencies

parent 2951c410
...@@ -58,6 +58,21 @@ ...@@ -58,6 +58,21 @@
} }
] ]
}, },
{
"name": "paramiko",
"load_order": "51",
"description": "Python implementation of the SSHv2 protocol - http://paramiko-www.readthedocs.org/en/latest/index.html",
"author": "jlegewie",
"issues": "https://github.com/jlegewie/sublime-paramiko/issues",
"releases": [
{
"base": "https://github.com/jlegewie/sublime-paramiko",
"sublime_text": ">=3000",
"platforms": ["osx"],
"tags": true
}
]
},
{ {
"name": "PyCrypto", "name": "PyCrypto",
"load_order": "50", "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