feat: convert library to use playwright by cboin1996 · Pull Request #574 · psf/requests-html

Pyppeteer is no longer maintained and playwright seems to be the way to go these days.

This merge request includes:

  1. CI runner in github to run the python tests
  2. Pipfile package updates
  3. Replacement of pyppeteer with playwright through source code

Users will be expected to run playwright install prior to running this library, and everything else just works like before.