A little fix in extra dependencies.

This commit is contained in:
jak3z 2021-10-09 11:24:08 -03:00
parent 594a21c8f1
commit 04768787d2

View file

@ -39,7 +39,7 @@ setup(
'setuptools', 'setuptools',
'wheel' 'wheel'
], ],
extras_reuqire=dict( extras_require=dict(
webview=['pywebview>=3.4'], webview=['pywebview>=3.4'],
webview_gtk=['pywebview>=3.4', 'PyGObject'] webview_gtk=['pywebview>=3.4', 'PyGObject']
), ),