Commit 3db501ad authored by FichteFoll's avatar FichteFoll

Merge pull request #5168 from komsit37/add-numpy

add numpy dependency
parents b32a6068 cda2825e
...@@ -189,6 +189,21 @@ ...@@ -189,6 +189,21 @@
} }
] ]
}, },
{
"name": "numpy",
"load_order": "01",
"description": "Python numpy module",
"author": "komsit37",
"issues": "https://github.com/komsit37/sublime-numpy/issues",
"releases": [
{
"base": "https://github.com/komsit37/sublime-numpy",
"tags": true,
"sublime_text": ">=3000",
"platforms": ["windows-x64", "osx-x64"]
}
]
},
{ {
"name": "oauthlib", "name": "oauthlib",
"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