kennell / schiene

:train2: schiene is a Python library for interacting with Bahn.de
MIT License
56 stars 14 forks source link

Requirement "lxml" missing #4

Closed L3viathan closed 8 years ago

L3viathan commented 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).

kennell commented 8 years ago

I switched the library to html.parser and updated the package. Thank you for pointing this out.