tee-timer/pyproject.toml
Laborratte5 424989a12e
chore: relax python version contraint
Allow python versions down to 3.7
2024-05-07 14:39:41 +02:00

20 lines
468 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.7"
[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"