Bump version and update project dependencies
This commit is contained in:
+11
-3
@@ -1,7 +1,15 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "CANveyor"
|
name = "CANveyor"
|
||||||
version = "0.0.4"
|
version = "0.1.0"
|
||||||
description = "J1939 CAN bus parser that works in pair with CANdigger"
|
description = "J1939 CAN bus parser that works in pair with CANdigger"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.14"
|
requires-python = ">=3.10"
|
||||||
dependencies = ["polars", "pathlib", "typing"]
|
dependencies = [
|
||||||
|
"polars",
|
||||||
|
"dash",
|
||||||
|
"dash-bootstrap-components",
|
||||||
|
"numpy",
|
||||||
|
"pandas",
|
||||||
|
"plotly",
|
||||||
|
"plotly-resampler"
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user