Skip to content

Commit

Permalink
Update dependenceis
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepdeJong committed Jan 28, 2023
1 parent e798728 commit 6a42909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pix2tex/resources/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# WARNING! All changes made in this file will be lost!

from PyQt5 import QtCore
from PyQt6 import QtCore

qt_resource_data = b"\
\x00\x03\x67\x30\
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
long_description = (this_directory / 'README.md').read_text(encoding='utf-8')

gui = [
'PyQt5',
'PyQtWebEngine',
'PyQt6',
'PyQt6-WebEngine',
'pynput',
'screeninfo',
]
Expand Down

0 comments on commit 6a42909

Please sign in to comment.