pin click 8.1.3 for development
due failure to mypy type-check with 8.1.4: * https://github.com/pallets/click/issues/2558 8.1.4 works fine, but for purposes of running mypy during CI, pin the version that also works with mypy.
This commit is contained in:
parent
46de96e37b
commit
8b5ffd5d45
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ build
|
|||
click
|
||||
coverage
|
||||
mypy; implementation_name=="cpython"
|
||||
click==8.1.3; implementation_name=="cpython"
|
||||
leapseconddata
|
||||
platformdirs
|
||||
pre-commit
|
||||
|
|
|
|||
Loading…
Reference in a new issue