Skip to content

Commit

Permalink
Merge pull request #1243 from lark-parser/jan29
Browse files Browse the repository at this point in the history
Examples: Update version for PyQt5
  • Loading branch information
erezsh authored Jan 30, 2023
2 parents a194a50 + 386544f commit 6af71e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/advanced/qscintilla_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
Requirements:
PyQt5==5.10.1
QScintilla==2.10.4
PyQt5==5.15.8
QScintilla==2.13.4
"""

import sys
import textwrap

from PyQt5.Qt import QColor, QApplication, QFont, QFontMetrics
from PyQt5.QtWidgets import QApplication
from PyQt5.QtGui import QColor, QFont, QFontMetrics

from PyQt5.Qsci import QsciScintilla
from PyQt5.Qsci import QsciLexerCustom
Expand Down

0 comments on commit 6af71e2

Please sign in to comment.