- Fixed an issue which caused JavaScript variables of the same name to be declared twice.

- Refactoring to allow the widget classes to use the subscribe_click method.
This commit is contained in:
louisnw
2023-05-17 12:45:54 +01:00
parent 993fbe8ed8
commit 88c8a266ec
5 changed files with 75 additions and 52 deletions

View File

@ -10,7 +10,7 @@ setup(
python_requires='>=3.9',
install_requires=[
'pandas',
'pywebview==4.0.2',
'pywebview',
],
author='louisnw',
license='MIT',