Fixed a bug related to the latest version of pywebview causing charts not to load.

This commit is contained in:
louisnw
2023-05-17 00:17:28 +01:00
parent 00bb1c5536
commit 993fbe8ed8

View File

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