all datetime columns changed to timestamp, change from json to faster orjson
This commit is contained in:
3
setup.py
3
setup.py
@ -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/*'],
|
||||
|
||||
Reference in New Issue
Block a user