all datetime columns changed to timestamp, change from json to faster orjson

This commit is contained in:
David Brazda
2024-06-12 13:33:50 +02:00
parent ed7ff29771
commit c29b1c5535
4 changed files with 51 additions and 14 deletions

View File

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