fix pywebview version till 2.0

This commit is contained in:
louisnw
2024-05-19 17:38:15 +01:00
parent acdccc428c
commit d34acfb4a2

View File

@ -5,12 +5,12 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name='lightweight_charts',
version='1.0.20',
version='1.0.21',
packages=find_packages(),
python_requires='>=3.8',
install_requires=[
'pandas',
'pywebview>=4.3',
'pywebview==4.4.1',
],
package_data={
'lightweight_charts': ['js/*.js'],