Update requirements for the add_miniconda script

At least under Python 3.14, this quickly fails without lxml[html_clean]
installed explicitly.
This commit is contained in:
Jonathan Stein 2025-12-09 12:18:20 -06:00
parent e805257c1f
commit bdb0508220

View File

@ -1 +1,2 @@
requests-html
lxml[html_clean]