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 b96943d commit f1acdc6Copy full SHA for f1acdc6
setup.py
@@ -18,13 +18,10 @@
18
extras_require={
19
"dev": ["pre-commit", "black"],
20
"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",
+ # >= 0.6.3 for PySide2 extra version constraints
+ "qt5reactor[pyside2]>=0.6.3",
26
],
27
- "pyqt5": ["pyqt5", "qt5reactor>=0.6.2"],
+ "pyqt5": ["qt5reactor[pyqt5]>=0.6.2"],
28
},
29
classifiers=[
30
"Development Status :: 5 - Production/Stable",
0 commit comments