Skip to content

Commit

Permalink
removing repetitive ~=0.4.1 results in backtracking
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Jan 9, 2021
1 parent dca6027 commit 5b4a915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ packages = find:
[options.extras_require]
pyqt5 =
pyqt5 ~=5.15
qtrio[pyqt5] ~=0.4.1
qtrio[pyqt5]
pyside2 =
pyside2 ~=5.15
qtrio[pyside2] ~=0.4.1
qtrio[pyside2]
both =
%(pyqt5)s
%(pyside2)s
Expand Down

0 comments on commit 5b4a915

Please sign in to comment.