Add enum, pathlib and typing dependencies

parent 84a87a2a
......@@ -191,6 +191,20 @@
}
]
},
{
"name": "enum",
"load_order": "50",
"description": "Python enum module",
"author": "FichteFoll",
"issues": "https://github.com/packagecontrol/enum/issues",
"releases": [
{
"base": "https://github.com/packagecontrol/enum",
"tags": true,
"sublime_text": "*"
}
]
},
{
"name": "fileio",
"load_order": "01",
......@@ -422,6 +436,20 @@
}
]
},
{
"name": "pathlib",
"load_order": "50",
"description": "Python pathlib module",
"author": "FichteFoll",
"issues": "https://github.com/packagecontrol/pathlib/issues",
"releases": [
{
"base": "https://github.com/packagecontrol/pathlib",
"tags": true,
"sublime_text": "*"
}
]
},
{
"name": "pathtools",
"load_order": "10",
......@@ -859,6 +887,20 @@
}
]
},
{
"name": "typing",
"load_order": "50",
"description": "Python typing module",
"author": "FichteFoll",
"issues": "https://github.com/packagecontrol/typing/issues",
"releases": [
{
"base": "https://github.com/packagecontrol/typing",
"tags": true,
"sublime_text": "*"
}
]
},
{
"name": "watchdog",
"load_order": "20",
......
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