fix: remove old dep (#212)

This commit is contained in:
Talley Lambert
2023-10-10 16:52:08 -04:00
committed by GitHub
parent 0fd25aa665
commit 3efafd7aa8
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
from PyQt5.QtGui import QColor, QPalette
from qtpy.QtGui import QColor, QPalette
from qtpy.QtWidgets import QApplication, QTextEdit
from superqt.utils import CodeSyntaxHighlight

View File

@@ -39,7 +39,6 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"packaging",
"pygments>=2.4.0",
"qtpy>=1.1.0",
"typing-extensions >=3.7.4.3,!=3.10.0.0",