From 0311d183b126229a47cb9bc32271fb3a953514d1 Mon Sep 17 00:00:00 2001 From: Kohei Noda Date: Mon, 12 Jun 2023 15:32:28 +0900 Subject: [PATCH] Add qtpy to install_requires in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7b8e7b0..73c1a31 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ packages=find_packages(), install_requires=[ 'markdown', + 'QtPy' ], include_package_data=True, classifiers=[