mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
Move auxiliary mypy requirements to a requirements file
For easier installation outside tox
This commit is contained in:
parent
f2469cb1bf
commit
59c69f8d71
|
@ -1 +1,10 @@
|
||||||
mypy==1.11.1
|
mypy==1.11.1
|
||||||
|
IceSpringPySideStubs-PyQt6
|
||||||
|
IceSpringPySideStubs-PySide6
|
||||||
|
ipython
|
||||||
|
numpy
|
||||||
|
packaging
|
||||||
|
pytest
|
||||||
|
types-defusedxml
|
||||||
|
types-olefile
|
||||||
|
types-setuptools
|
||||||
|
|
9
tox.ini
9
tox.ini
|
@ -33,15 +33,6 @@ commands =
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
-r .ci/requirements-mypy.txt
|
-r .ci/requirements-mypy.txt
|
||||||
IceSpringPySideStubs-PyQt6
|
|
||||||
IceSpringPySideStubs-PySide6
|
|
||||||
ipython
|
|
||||||
numpy
|
|
||||||
packaging
|
|
||||||
pytest
|
|
||||||
types-defusedxml
|
|
||||||
types-olefile
|
|
||||||
types-setuptools
|
|
||||||
extras =
|
extras =
|
||||||
typing
|
typing
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user