chorsley / python-Wappalyzer

Python driver for Wappalyzer, a web application detection utility.
GNU General Public License v3.0
309 stars 122 forks source link

Without lxml fallback #72

Closed tristanlatr closed 2 years ago

tristanlatr commented 2 years ago

This PR adds a fallback WebPage class that is automatically used if lxml or bs4 cannot be imported.

This PR replaces #58

tristanlatr commented 2 years ago

I've also remove the requirements.txt and Pipfile since they are duplication of what is contained int he setup.py.