Update dependencies to depend on PyQtWebEngine #1

Merged
raoul merged 1 commits from update-deps into master 2021-01-11 22:33:45 +00:00
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']
)