mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-12 16:46:16 -04:00
CI: add_*: make requirements.txt workaround conditional on old version
This commit is contained in:
parent
d5372e6c3a
commit
ab94c7c4b8
|
|
@ -1,6 +1,6 @@
|
|||
more_itertools
|
||||
requests-html
|
||||
fake_useragent<2
|
||||
fake_useragent<2; python_version < "3.9"
|
||||
lxml[html_clean]
|
||||
packaging
|
||||
requests
|
||||
|
|
|
|||
Loading…
Reference in a new issue