PyThermostat: Add dependencies to pyproject.toml #164

Merged
sb10q merged 1 commits from atse/thermostat:pyproject-dependencies into master 2025-01-15 23:00:11 +08:00

View File

@ -9,6 +9,10 @@ authors = [{name = "M-Labs"}]
description = "Python utilities for the Sinara 8451 Thermostat"
urls.Repository = "https://git.m-labs.hk/M-Labs/thermostat"
license = {text = "GPLv3"}
dependencies = [
"numpy >= 1.26.4",
"matplotlib >= 3.9.2"
]
[project.gui-scripts]
thermostat_plot = "pythermostat.plot:main"