16 lines
307 B
TOML
16 lines
307 B
TOML
[project]
|
|
name = "CANveyor"
|
|
version = "0.1.0"
|
|
description = "J1939 CAN bus parser that works in pair with CANdigger"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"polars",
|
|
"dash",
|
|
"dash-bootstrap-components",
|
|
"numpy",
|
|
"pandas",
|
|
"plotly",
|
|
"plotly-resampler"
|
|
]
|