I am using python 3.7 and found that when importing beautifulsoup4, I get an `HTML Parser not found` error. The error has been discussed [here](https://stackoverflow.com/questions/28745153/importing-bs4-in-python-3-5). The obvious solution would be to update the requirements to `beautifulsoup4>=4.4.0`.