This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
240
Wiki
Activity
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
e805257c1f
commit
bdb0508220
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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]
Write
Preview
Loading…
Cancel
Save