Skip to content

Commit

Permalink
updates playwright dependency in 10_integrations/webscraper (#695)
Browse files Browse the repository at this point in the history
* updates playwright dependency to work with debian bookworm

* closes #672

* removes webscraper from misc
  • Loading branch information
charlesfrye authored Apr 9, 2024
1 parent 37111fc commit 3e5523a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 72 deletions.
2 changes: 1 addition & 1 deletion 10_integrations/webscraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"apt-get install -y software-properties-common",
"apt-add-repository non-free",
"apt-add-repository contrib",
"pip install playwright==1.30.0",
"pip install playwright==1.42.0",
"playwright install-deps chromium",
"playwright install chromium",
)
Expand Down
71 changes: 0 additions & 71 deletions misc/webscraper.py

This file was deleted.

0 comments on commit 3e5523a

Please sign in to comment.