Merge pull request #6224 from dhalbert/revert-pin-typer-click

revert pins of click and typer
This commit is contained in:
Dan Halbert 2022-04-02 09:22:28 -04:00 committed by GitHub
commit 87e59a4448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View File

@ -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"

View File

@ -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