fix pywebview version till 2.0
This commit is contained in:
4
setup.py
4
setup.py
@ -5,12 +5,12 @@ with open('README.md', 'r', encoding='utf-8') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='lightweight_charts',
|
name='lightweight_charts',
|
||||||
version='1.0.20',
|
version='1.0.21',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
python_requires='>=3.8',
|
python_requires='>=3.8',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'pandas',
|
'pandas',
|
||||||
'pywebview>=4.3',
|
'pywebview==4.4.1',
|
||||||
],
|
],
|
||||||
package_data={
|
package_data={
|
||||||
'lightweight_charts': ['js/*.js'],
|
'lightweight_charts': ['js/*.js'],
|
||||||
|
|||||||
Reference in New Issue
Block a user