Skip to content

Commit

Permalink
Bump qtrio and attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Jul 30, 2021
1 parent f84dd07 commit 4d48682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def run(self):


requirements = [
"attrs==19.2.0",
"attrs==21.2.0",
"click==7.1.2",
"msgpack==0.6.0",
"wsproto==1.0.0",
Expand Down Expand Up @@ -318,7 +318,7 @@ def run(self):
]


PYQT_DEPS = ["PyQt5==5.15.2", "pyqt5-sip==12.8.1", "qtrio==0.4.2"]
PYQT_DEPS = ["PyQt5==5.15.2", "pyqt5-sip==12.8.1", "qtrio==0.5.0"]
GUI_DEPS = [*PYQT_DEPS, "qrcode==6.1"]
BABEL_DEP = "Babel==2.6.0"
WHEEL_DEP = "wheel==0.34.2"
Expand Down

0 comments on commit 4d48682

Please sign in to comment.