21 lines
439 B
TOML
21 lines
439 B
TOML
[project]
|
|
name = "max_visualizer"
|
|
version = "0.1.0"
|
|
description = "python scripts for testing embedded system"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"anyio>=4.9.0",
|
|
"awkward>=2.8.3",
|
|
"betterproto[compiler]>=2.0.0b7",
|
|
"grpcio-tools>=1.71.0",
|
|
"loguru>=0.7.3",
|
|
"paho-mqtt>=2.1.0",
|
|
"plotly>=6.1.2",
|
|
"pydantic>=2.11.5",
|
|
"streamlit>=1.45.1",
|
|
]
|
|
|
|
[project.scripts]
|
|
main = "main:main"
|