Mercurial > code > home > repos > front-door-display
view 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 |
line wrap: on
line source
[project] name = "front-door-display" version = "0.1.0" description = "Default template for PDM package" authors = [ {name = "", email = ""}, ] dependencies = [ "pygame>=2.6.0", "aiomqtt>=2.3.0", "pillow>=10.2.0", #"esphome>=2024.8.0", "starlette>=0.38.2", "uvicorn>=0.30.6", "sse-starlette>=2.1.3", ] requires-python = "==3.12" readme = "README.md" license = {text = "MIT"} [tool.pdm] distribution = false