Browse Source

Update requirements for the add_miniconda script

At least under Python 3.14, this quickly fails without lxml[html_clean]
installed explicitly.
pull/3371/head
Jonathan Stein 7 months ago
parent
commit
bdb0508220
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      plugins/python-build/scripts/requirements.txt

+ 1
- 0
plugins/python-build/scripts/requirements.txt View File

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

Loading…
Cancel
Save