Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Improve scrape performance by using lxml parser (#71087)
* Improve scape performance by using lxml parser * load it * tweak * tweak * ensure libxml2 is installed in dev container
- Loading branch information
Showing
5 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -18,6 +18,7 @@ RUN \ | ||
libavfilter-dev \ | ||
libpcap-dev \ | ||
libturbojpeg0 \ | ||
libxml2 \ | ||
git \ | ||
cmake \ | ||
&& apt-get clean \ | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -974,6 +974,9 @@ lupupy==0.0.24 | ||
# homeassistant.components.lw12wifi | ||
lw12==0.9.2 | ||
|
||
# homeassistant.components.scrape | ||
lxml==4.8.0 | ||
|
||
# homeassistant.components.nmap_tracker | ||
mac-vendor-lookup==0.1.11 | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters