Commit 2951c410 authored by Joscha Legewie's avatar Joscha Legewie

add PyCrypto dependency

parent f0e9639e
...@@ -58,6 +58,21 @@ ...@@ -58,6 +58,21 @@
} }
] ]
}, },
{
"name": "PyCrypto",
"load_order": "50",
"description": "Python Cryptography Toolkit - https://www.dlitz.net/software/pycrypto/",
"author": "jlegewie",
"issues": "https://github.com/jlegewie/sublime-PyCrypto/issues",
"releases": [
{
"base": "https://github.com/jlegewie/sublime-PyCrypto",
"sublime_text": ">=3000",
"platforms": ["osx-x64"],
"tags": true
}
]
},
{ {
"name": "pygments", "name": "pygments",
"load_order": "01", "load_order": "01",
......
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