Skip to content

Commit 2067721

Browse files
committed
remove pyside2 dependency
1 parent d1ff918 commit 2067721

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.cfg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ package_dir =
2424
shiboken2-stubs = shiboken2-stubs
2525

2626
python_requires = >=3.8
27-
install_requires =
28-
mypy>=0.940
29-
PySide2>=5.11.0
3027

3128
[options.package_data]
3229
* = *.pyi
@@ -38,4 +35,5 @@ exclude =
3835

3936
[options.extras_require]
4037
dev =
41-
pytest
38+
pytest
39+
mypy>=0.940

0 commit comments

Comments
 (0)