20 lines
469 B
TOML
20 lines
469 B
TOML
[tool.poetry]
|
|
name = "tee-timer"
|
|
version = "0.1.0"
|
|
description = "Micropython program to run a tee-timer"
|
|
authors = ["Laborratte5 <rirussi.rr@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
adafruit-ampy = "^1.1.0"
|
|
esptool = "^4.7.0"
|
|
mpy-cross = "^1.22.2"
|
|
jupyter = "^1.0.0"
|
|
jupyter-micropython-kernel = "^0.1.3.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|