Merge pull request #6224 from dhalbert/revert-pin-typer-click
revert pins of click and typer
This commit is contained in:
commit
87e59a4448
|
@ -66,8 +66,7 @@ jobs:
|
||||||
pip install wheel
|
pip install wheel
|
||||||
# requirements_dev.txt doesn't install on windows. (with msys2 python)
|
# requirements_dev.txt doesn't install on windows. (with msys2 python)
|
||||||
# instead, pick a subset for what we want to do
|
# instead, pick a subset for what we want to do
|
||||||
# Undo the pin of typer & click when undoing it in requirements-dev.txt
|
pip install cascadetoml jinja2 typer click intelhex
|
||||||
pip install cascadetoml jinja2 typer==0.4.0 click==8.0.4 intelhex
|
|
||||||
# check that installed packages work....?
|
# check that installed packages work....?
|
||||||
which python; python --version; python -c "import cascadetoml"
|
which python; python --version; python -c "import cascadetoml"
|
||||||
which python3; python3 --version; python3 -c "import cascadetoml"
|
which python3; python3 --version; python3 -c "import cascadetoml"
|
||||||
|
|
|
@ -4,12 +4,10 @@ huffman
|
||||||
# For nvm.toml
|
# For nvm.toml
|
||||||
cascadetoml
|
cascadetoml
|
||||||
jinja2
|
jinja2
|
||||||
# Undo this pin when click and typer are again compatible.
|
typer
|
||||||
typer==0.4.0
|
|
||||||
|
|
||||||
sh
|
sh
|
||||||
# Undo this pin when click and typer are again compatible.
|
click
|
||||||
click==8.0.4
|
|
||||||
cpp-coveralls
|
cpp-coveralls
|
||||||
requests
|
requests
|
||||||
requests-cache
|
requests-cache
|
||||||
|
|
Loading…
Reference in New Issue