feat: make patchright optional, default to stock playwright

This commit is contained in:
Cloak-HQ
2026-03-05 18:44:17 +01:00
parent ee953709b0
commit 98c216f07e
7 changed files with 139 additions and 24 deletions
+2 -1
View File
@@ -49,12 +49,13 @@ classifiers = [
"Topic :: Software Development :: Testing",
]
dependencies = [
"patchright>=1.40",
"playwright>=1.40",
"httpx>=0.24",
]
[project.optional-dependencies]
geoip = ["geoip2>=4.0"]
patchright = ["patchright>=1.40"]
[project.urls]
Homepage = "https://github.com/CloakHQ/CloakBrowser"