hildogjr / KiCost

Build cost spreadsheet for a KiCad project.
MIT License
519 stars 98 forks source link

Reverted lxml dependency removal. #440

Closed set-soft closed 3 years ago

set-soft commented 3 years ago

The lxml dependency is a bs4 dependency. But we must require it. I think using beautifulsoup4[lxml] is the best, but don't know how to test it. On Debian this is forced by python3-bs4, but when using pip the lxml dependency is optional. Sorry for the noise.

hildogjr commented 3 years ago

No problem, we still on tests before official release. I had same behavior on using by pip vs apt in a container...