File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ install_requires =
20
20
attrs ~=20.3.0
21
21
click ~=7.1
22
22
pymodbus @ https://github.com/altendky/pymodbus/archive/83bf25071bdf56ece257e2e113a63dccf6bd692a.zip
23
- # TODO: Should not need to duplicate the QTrio version info down below.
24
- # https://github.com/pypa/pip/issues/9437
25
23
# >=0.4.1 for https://github.com/altendky/qtrio/pull/211
26
24
qtrio ~=0.4.1
27
25
# TODO: Uncomment whenever we get to using sundog here.
@@ -37,14 +35,10 @@ pyqt5 =
37
35
# !=5.15.4 for https://github.com/altendky/ssst/issues/47
38
36
# it only really applies to macOS but i wasn't able to restrict to that
39
37
pyqt5 ~=5.15, !=5.15.4
40
- # TODO: Should not need to duplicate the QTrio version info from above.
41
- # https://github.com/pypa/pip/issues/9437
42
- qtrio[pyqt5] ~=0.4.1
38
+ qtrio[pyqt5]
43
39
pyside2 =
44
40
pyside2 ~=5.15
45
- # TODO: Should not need to duplicate the QTrio version info from above.
46
- # https://github.com/pypa/pip/issues/9437
47
- qtrio[pyside2] ~=0.4.1
41
+ qtrio[pyside2]
48
42
both =
49
43
%(pyqt5)s
50
44
%(pyside2)s
You can’t perform that action at this time.
0 commit comments