Commit 581e18ac authored by Will Bond's avatar Will Bond Committed by GitHub

Merge pull request #5657 from jlegewie/patch-1

Add dependency Beautiful Soup 4.4.1
parents 89009733 7993c850
...@@ -44,6 +44,21 @@ ...@@ -44,6 +44,21 @@
} }
] ]
}, },
{
"name": "bs4",
"load_order": "51",
"description": "Beautiful Soup is a Python library for pulling data out of HTML and XML files - https://www.crummy.com/software/BeautifulSoup/",
"author": "jlegewie",
"issues": "https://github.com/jlegewie/sublime-beautifulsoup4/issues",
"releases": [
{
"base": "https://github.com/jlegewie/sublime-beautifulsoup4",
"sublime_text": ">=3000",
"platforms": ["*"],
"tags": true
}
]
},
{ {
"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