Added lxml requirement, since it is used as the bs parser in app.py:getCommits(). Otherwise if you don't have lxml installed, that func will fail and throw an exception, resulting in no git commits showing up.
Another option would be just to remove lxml and just use the builtin default html parser in BeautifulSoup
Added lxml requirement, since it is used as the bs parser in app.py:getCommits(). Otherwise if you don't have lxml installed, that func will fail and throw an exception, resulting in no git commits showing up.
Another option would be just to remove lxml and just use the builtin default html parser in BeautifulSoup