Merge pull request #782 from shenchucheng/fix-pybrowsers-dep

fix pybrowsers not found
This commit is contained in:
geekan 2024-01-22 16:24:28 +08:00 committed by GitHub
commit bcfb7e0543
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,6 +48,7 @@ extras_require["test"] = [
"grpcio-status==1.48.2",
"mock==5.1.0",
"pylint==3.0.3",
"pybrowsers",
]
extras_require["pyppeteer"] = [