Closed L3viathan closed 8 years ago
Hi, your setup.py seems to miss lxml as a required library (it is not automatically installed with BeautifulSoup4). Not a big deal, but you should probably add it (or use "html.parser", which afaik is always available).
setup.py
I switched the library to html.parser and updated the package. Thank you for pointing this out.
Hi, your
setup.py
seems to miss lxml as a required library (it is not automatically installed with BeautifulSoup4). Not a big deal, but you should probably add it (or use "html.parser", which afaik is always available).