Update dependencies to depend on PyQtWebEngine

This commit is contained in:
Raoul Snyman 2021-01-11 15:31:49 -07:00
parent bc48a765d0
commit 8849899057
Signed by: raoul
GPG Key ID: F55BCED79626AE9C
1 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@ setup(
],
keywords='Qt website',
py_modules=['webappify'],
install_requires=['PyQt5']
install_requires=['PyQt5', 'PyQtWebEngine']
)