From fa28b1cdfb8d50edffe8ac7a06d1d680dd89ac4a Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Tue, 10 Oct 2023 15:41:29 -0400 Subject: [PATCH] fix: remove old dep --- examples/code_highlight.py | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/code_highlight.py b/examples/code_highlight.py index a601af4c..67069378 100644 --- a/examples/code_highlight.py +++ b/examples/code_highlight.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index fd8847e7..08cf5f68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",