From 2ced797da62f9b8099c8c9f30c4ff7c6677b2b6d Mon Sep 17 00:00:00 2001 From: Luke Parry Date: Sun, 23 Jan 2022 21:47:27 +0000 Subject: [PATCH] Add PyQt5 as a dependency --- docs/requirements.txt | 3 ++- setup.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b3c5c9e..c42f333 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,4 +17,5 @@ mapbox_earcut pyclipper scikit-image cython -pycork \ No newline at end of file +pycork +PyQt5 \ No newline at end of file diff --git a/setup.py b/setup.py index e6d1bec..957ebd7 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ 'triangle', 'vispy', 'pycork' + 'PyQt5', 'mapbox-earcut' 'colorlog']) # log in pretty colors