forked from M-Labs/thermostat
PyThermostat: Add dependencies to pyproject.toml
This commit is contained in:
parent
8db4867ebf
commit
8a217100fc
@ -9,6 +9,10 @@ authors = [{name = "M-Labs"}]
|
|||||||
description = "Python utilities for the Sinara 8451 Thermostat"
|
description = "Python utilities for the Sinara 8451 Thermostat"
|
||||||
urls.Repository = "https://git.m-labs.hk/M-Labs/thermostat"
|
urls.Repository = "https://git.m-labs.hk/M-Labs/thermostat"
|
||||||
license = {text = "GPLv3"}
|
license = {text = "GPLv3"}
|
||||||
|
dependencies = [
|
||||||
|
"numpy >= 1.26.4",
|
||||||
|
"matplotlib >= 3.9.2"
|
||||||
|
]
|
||||||
|
|
||||||
[project.gui-scripts]
|
[project.gui-scripts]
|
||||||
thermostat_plot = "pythermostat.plot:main"
|
thermostat_plot = "pythermostat.plot:main"
|
||||||
|
Loading…
Reference in New Issue
Block a user