We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2469cb commit 59c69f8Copy full SHA for 59c69f8
.ci/requirements-mypy.txt
@@ -1 +1,10 @@
1
mypy==1.11.1
2
+IceSpringPySideStubs-PyQt6
3
+IceSpringPySideStubs-PySide6
4
+ipython
5
+numpy
6
+packaging
7
+pytest
8
+types-defusedxml
9
+types-olefile
10
+types-setuptools
tox.ini
@@ -33,15 +33,6 @@ commands =
33
skip_install = true
34
deps =
35
-r .ci/requirements-mypy.txt
36
- IceSpringPySideStubs-PyQt6
37
- IceSpringPySideStubs-PySide6
38
- ipython
39
- numpy
40
- packaging
41
- pytest
42
- types-defusedxml
43
- types-olefile
44
- types-setuptools
45
extras =
46
typing
47
commands =
0 commit comments