mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 09:52:05 -08:00
pythonlib: Force Browserforge 1.2.1+
Apify's models have been contaminated in recent releases. Browserforge 1.2.1 reverts to a earlier model. https://github.com/daijro/browserforge/issues/17
This commit is contained in:
parent
353d766259
commit
9a9e61f660
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "camoufox"
|
name = "camoufox"
|
||||||
version = "0.4.8-beta"
|
version = "0.4.8"
|
||||||
description = "Wrapper around Playwright to help launch Camoufox"
|
description = "Wrapper around Playwright to help launch Camoufox"
|
||||||
authors = ["daijro <daijro.dev@gmail.com>"]
|
authors = ["daijro <daijro.dev@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
@ -31,7 +31,7 @@ python = "^3.8"
|
||||||
click = "*"
|
click = "*"
|
||||||
requests = "*"
|
requests = "*"
|
||||||
orjson = "*"
|
orjson = "*"
|
||||||
browserforge = "*"
|
browserforge = "^1.2.1"
|
||||||
playwright = "*"
|
playwright = "*"
|
||||||
pyyaml = "*"
|
pyyaml = "*"
|
||||||
platformdirs = "*"
|
platformdirs = "*"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue