File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 66
66
pip install wheel
67
67
# requirements_dev.txt doesn't install on windows. (with msys2 python)
68
68
# instead, pick a subset for what we want to do
69
- # Undo the pin of typer & click when undoing it in requirements-dev.txt
70
- pip install cascadetoml jinja2 typer==0.4.0 click==8.0.4 intelhex
69
+ pip install cascadetoml jinja2 typer click intelhex
71
70
# check that installed packages work....?
72
71
which python; python --version; python -c "import cascadetoml"
73
72
which python3; python3 --version; python3 -c "import cascadetoml"
Original file line number Diff line number Diff line change @@ -4,12 +4,10 @@ huffman
4
4
# For nvm.toml
5
5
cascadetoml
6
6
jinja2
7
- # Undo this pin when click and typer are again compatible.
8
- typer == 0.4.0
7
+ typer
9
8
10
9
sh
11
- # Undo this pin when click and typer are again compatible.
12
- click == 8.0.4
10
+ click
13
11
cpp-coveralls
14
12
requests
15
13
requests-cache
You can’t perform that action at this time.
0 commit comments