Skip to content

Commit

Permalink
fix pywebview version till 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
louisnw01 committed May 19, 2024
1 parent acdccc4 commit d34acfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

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'],
Expand Down

0 comments on commit d34acfb

Please sign in to comment.