Skip to content

Commit f1acdc6

Browse files
committed
let qt5reactor deal with the pyside2 version
1 parent b96943d commit f1acdc6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@
1818
extras_require={
1919
"dev": ["pre-commit", "black"],
2020
"pyside2": [
21-
# != 5.15.0 for:
22-
# https://bugreports.qt.io/browse/PYSIDE-1317
23-
# https://github.com/pytest-dev/pytest-twisted/pull/107#issuecomment-643679361
24-
"pyside2 != 5.15.0",
25-
"qt5reactor>=0.6.2",
21+
# >= 0.6.3 for PySide2 extra version constraints
22+
"qt5reactor[pyside2]>=0.6.3",
2623
],
27-
"pyqt5": ["pyqt5", "qt5reactor>=0.6.2"],
24+
"pyqt5": ["qt5reactor[pyqt5]>=0.6.2"],
2825
},
2926
classifiers=[
3027
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)