fix: Add `browserforge` to mandatory dependencies by Pijukatel · Pull Request #1044 · apify/crawlee-python
Expand Up
@@ -33,6 +33,7 @@ keywords = [
"scraping",
]
dependencies = [
"browserforge>=1.2.3",
"cachetools>=5.5.0",
"colorama>=0.4.0",
"docutils>=0.21.0",
Expand All
@@ -55,7 +56,6 @@ dependencies = [
# https://github.com/apify/crawlee-python/issues/995
all = [
"beautifulsoup4[lxml]>=4.12.0",
"browserforge>=1.2.3",
"cookiecutter>=2.6.0",
"curl-cffi>=0.9.0",
"html5lib>=1.0",
Expand All
@@ -77,7 +77,7 @@ beautifulsoup = ["beautifulsoup4[lxml]>=4.12.0", "html5lib>=1.0"]
cli = ["cookiecutter>=2.6.0", "inquirer>=3.3.0", "typer>=0.12.0"]
curl-impersonate = ["curl-cffi>=0.9.0"]
parsel = ["parsel>=1.10.0"]
playwright = ["browserforge>=1.2.3", "playwright>=1.27.0"]
playwright = ["playwright>=1.27.0"]
[project.scripts] crawlee = "crawlee._cli:cli" Expand Down
[project.scripts] crawlee = "crawlee._cli:cli" Expand Down