diff --git a/setup.py b/setup.py index 70bece8..c045526 100644 --- a/setup.py +++ b/setup.py @@ -41,5 +41,5 @@ setup( ], keywords='Qt website', py_modules=['webappify'], - install_requires=['PyQt5'] + install_requires=['PyQt5', 'PyQtWebEngine'] )