Merge pull request 'Update dependencies to depend on PyQtWebEngine' (#1) from update-deps into master

Reviewed-on: #1
This commit is contained in:
raoul 2021-01-11 22:33:45 +00:00
commit 89c533eb10
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']
)