Commit 26512f99 authored by Vova Kolobok's avatar Vova Kolobok Committed by Will Bond

Add dependencies pathtools, watchdog, for FileBrowser (#5658)

parent 418a3c95
......@@ -306,6 +306,20 @@
}
]
},
{
"name": "pathtools",
"load_order": "50",
"description": "Path utilities for Python https://pypi.python.org/pypi/pathtools",
"issues": "https://github.com/vovkkk/sublime-pathtools/issues",
"releases": [
{
"base": "https://github.com/vovkkk/sublime-pathtools",
"sublime_text": "*",
"platforms": "*",
"tags": true
}
]
},
{
"name": "PyCrypto",
"load_order": "50",
......@@ -586,6 +600,19 @@
}
]
},
{
"name": "watchdog",
"load_order": "20",
"description": "Python library to monitor filesystem events http://packages.python.org/watchdog/",
"issues": "https://github.com/vovkkk/sublime-watchdog/issues",
"releases": [
{
"base": "https://github.com/vovkkk/sublime-watchdog",
"tags": true,
"sublime_text": "*"
}
]
},
{
"name": "xmltodict",
"load_order": "50",
......
......@@ -392,7 +392,8 @@
"releases": [
{
"sublime_text": "*",
"tags": true
"tags": true,
"dependencies": ["package_events", "pathtools", "watchdog"]
}
]
},
......
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