Mercurial > code > home > repos > front-door-display
annotate pyproject.toml @ 21:a90cb6927c7d default tip
fix countdown queries. Display "now" instead of "In -0.4 hours"
author | drewp@bigasterisk.com |
---|---|
date | Sat, 07 Sep 2024 17:47:36 -0700 |
parents | 6960c172f1a9 |
children |
rev | line source |
---|---|
4 | 1 [project] |
2 name = "front-door-display" | |
3 version = "0.1.0" | |
4 description = "Default template for PDM package" | |
5 authors = [ | |
6 {name = "", email = ""}, | |
7 ] | |
8 dependencies = [ | |
19 | 9 "pygame>=2.6.0", |
10 "aiomqtt>=2.3.0", | |
5 | 11 "pillow>=10.2.0", |
19 | 12 #"esphome>=2024.8.0", |
13 "starlette>=0.38.2", | |
14 "uvicorn>=0.30.6", | |
15 "sse-starlette>=2.1.3", | |
4 | 16 ] |
19 | 17 requires-python = "==3.12" |
4 | 18 readme = "README.md" |
19 license = {text = "MIT"} | |
20 | |
21 | |
22 [tool.pdm] | |
23 distribution = false |