diff --git a/.github/workflows/ports_windows.yml b/.github/workflows/ports_windows.yml index 9d97ffbf6a..bc5f837745 100644 --- a/.github/workflows/ports_windows.yml +++ b/.github/workflows/ports_windows.yml @@ -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" diff --git a/requirements-dev.txt b/requirements-dev.txt index 67835dad3d..9c574567f7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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