Skip to content

Commit cb5fc01

Browse files
committed
Reduce QTrio version repetition
Shouldn't be needed in pip >= 21.1. pypa/pip#9437 pypa/pip#8785 pypa/pip#9775
1 parent 1e23bf2 commit cb5fc01

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

setup.cfg

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ install_requires =
2020
attrs ~=20.3.0
2121
click ~=7.1
2222
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
2523
# >=0.4.1 for https://github.com/altendky/qtrio/pull/211
2624
qtrio ~=0.4.1
2725
# TODO: Uncomment whenever we get to using sundog here.
@@ -37,14 +35,10 @@ pyqt5 =
3735
# !=5.15.4 for https://github.com/altendky/ssst/issues/47
3836
# it only really applies to macOS but i wasn't able to restrict to that
3937
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]
4339
pyside2 =
4440
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]
4842
both =
4943
%(pyqt5)s
5044
%(pyside2)s

0 commit comments

Comments
 (0)