1 { buildPythonPackage, fetchPypi, lib, urllib3, pyee, tqdm, websockets, appdirs }:
3 buildPythonPackage rec {
9 sha256 = "c2974be1afa13b17f7ecd120d265d8b8cd324d536a231c3953ca872b68aba4af";
12 # tests want to write to /homeless-shelter
15 propagatedBuildInputs = [
24 description = "Headless chrome/chromium automation library (unofficial port of puppeteer)";
25 homepage = "https://github.com/pyppeteer/pyppeteer";
26 license = lib.licenses.mit;
27 maintainers = with lib.maintainers; [ kmein ];