Move auxiliary mypy requirements to a requirements file

For easier installation outside tox
This commit is contained in:
Aarni Koskela 2024-08-05 19:12:12 +03:00
parent f2469cb1bf
commit 59c69f8d71
2 changed files with 9 additions and 9 deletions

View File

@ -1 +1,10 @@
mypy==1.11.1
IceSpringPySideStubs-PyQt6
IceSpringPySideStubs-PySide6
ipython
numpy
packaging
pytest
types-defusedxml
types-olefile
types-setuptools

View File

@ -33,15 +33,6 @@ commands =
skip_install = true
deps =
-r .ci/requirements-mypy.txt
IceSpringPySideStubs-PyQt6
IceSpringPySideStubs-PySide6
ipython
numpy
packaging
pytest
types-defusedxml
types-olefile
types-setuptools
extras =
typing
commands =