Commit ec6e78ac authored by Jan T. Sott's avatar Jan T. Sott Committed by FichteFoll

Add bson dependency (#6570)

parent e6c912e0
...@@ -59,6 +59,21 @@ ...@@ -59,6 +59,21 @@
} }
] ]
}, },
{
"name": "bson",
"load_order": "50",
"description": "Independent BSON codec for Python that doesn’t depend on MongoDB - https://github.com/py-bson/bson",
"author": "idleberg",
"issues": "https://github.com/idleberg/sublime-bson/issues",
"releases": [
{
"base": "https://github.com/idleberg/sublime-bson",
"tags": true,
"sublime_text": "*",
"platforms": ["*"]
}
]
},
{ {
"name": "bz2", "name": "bz2",
"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