Create tee-timer poetry project
This commit is contained in:
commit
49f8778c8f
1 changed files with 17 additions and 0 deletions
17
pyproject.toml
Normal file
17
pyproject.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
[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"
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue