Skip to content

Commit

Permalink
Add browserforge to mandatory dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pijukatel committed Mar 3, 2025
1 parent 0a7fdb3 commit 78f5085
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
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
16 changes: 8 additions & 8 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78f5085

Please sign in to comment.