revert pins of click and typer
This commit is contained in:
parent
d9418fb7a3
commit
d20ae5ab24
|
@ -66,8 +66,7 @@ jobs:
|
|||
pip install wheel
|
||||
# requirements_dev.txt doesn't install on windows. (with msys2 python)
|
||||
# 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==0.4.0 click==8.0.4 intelhex
|
||||
pip install cascadetoml jinja2 typer click intelhex
|
||||
# check that installed packages work....?
|
||||
which python; python --version; python -c "import cascadetoml"
|
||||
which python3; python3 --version; python3 -c "import cascadetoml"
|
||||
|
|
|
@ -4,12 +4,10 @@ huffman
|
|||
# For nvm.toml
|
||||
cascadetoml
|
||||
jinja2
|
||||
# Undo this pin when click and typer are again compatible.
|
||||
typer==0.4.0
|
||||
typer
|
||||
|
||||
sh
|
||||
# Undo this pin when click and typer are again compatible.
|
||||
click==8.0.4
|
||||
click
|
||||
cpp-coveralls
|
||||
requests
|
||||
requests-cache
|
||||
|
|
Loading…
Reference in New Issue