Commit 26c96243 authored by FichteFoll's avatar FichteFoll

Added 4 Python dependencis from packagecontrol org

parent 269eb46a
...@@ -16,6 +16,62 @@ ...@@ -16,6 +16,62 @@
} }
] ]
}, },
{
"name": "ordereddict",
"load_order": "50",
"description": "Python ordereddict module",
"author": "FichteFoll",
"issues": "https://github.com/packagecontrol/ordereddict/issues",
"releases": [
{
"base": "https://github.com/packagecontrol/ordereddict",
"tags": true,
"sublime_text": "<3000"
}
]
},
{
"name": "pytz",
"load_order": "50",
"description": "Python pytz module",
"author": "FichteFoll",
"issues": "https://github.com/packagecontrol/pytz/issues",
"releases": [
{
"base": "https://github.com/packagecontrol/pytz",
"tags": true,
"sublime_text": "*"
}
]
},
{
"name": "pyyaml",
"load_order": "50",
"description": "Python PyYAML module",
"author": "FichteFoll",
"issues": "https://github.com/packagecontrol/pyyaml/issues",
"releases": [
{
"base": "https://github.com/packagecontrol/pyyaml",
"tags": true,
"sublime_text": "*"
}
]
},
{
"name": "requests",
"load_order": "50",
"description": "Python requests module",
"author": "FichteFoll",
"issues": "https://github.com/packagecontrol/requests/issues",
"releases": [
{
"base": "https://github.com/packagecontrol/requests",
"tags": true,
"sublime_text": "*"
}
]
},
{ {
"name": "select-windows", "name": "select-windows",
"load_order": "02", "load_order": "02",
......
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