mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-01 02:13:11 +03:00
Merge pull request #7813 from hugovk/requirements-mypy
Install mypy from requirements file
This commit is contained in:
commit
380bc1766b
1
.ci/requirements-mypy.txt
Normal file
1
.ci/requirements-mypy.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
mypy==1.7.1
|
2
tox.ini
2
tox.ini
|
@ -33,10 +33,10 @@ commands =
|
||||||
[testenv:mypy]
|
[testenv:mypy]
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
|
-r .ci/requirements-mypy.txt
|
||||||
IceSpringPySideStubs-PyQt6
|
IceSpringPySideStubs-PyQt6
|
||||||
IceSpringPySideStubs-PySide6
|
IceSpringPySideStubs-PySide6
|
||||||
ipython
|
ipython
|
||||||
mypy==1.7.1
|
|
||||||
numpy
|
numpy
|
||||||
packaging
|
packaging
|
||||||
types-cffi
|
types-cffi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user