Mercurial > code > home > repos > infra
annotate pyproject.toml @ 332:d4893670f888 default tip
WIP: use watchdog reboot timer on pi
author | drewp@bigasterisk.com |
---|---|
date | Thu, 27 Feb 2025 11:09:29 -0800 |
parents | 5b88b38f2471 |
children |
rev | line source |
---|---|
149 | 1 [project] |
2 name = "" | |
3 version = "" | |
4 description = "" | |
5 authors = [ | |
6 {name = "", email = ""}, | |
7 ] | |
8 dependencies = [ | |
326
5b88b38f2471
huge reorg, reog toplevel functions in preparation of a ui with nice task lists
drewp@bigasterisk.com
parents:
310
diff
changeset
|
9 "pyinfra>=3.2", |
280 | 10 "more-itertools>=10.2.0", |
11 "psutil>=5.9.8", | |
326
5b88b38f2471
huge reorg, reog toplevel functions in preparation of a ui with nice task lists
drewp@bigasterisk.com
parents:
310
diff
changeset
|
12 "rdflib>=7.1.3", |
5b88b38f2471
huge reorg, reog toplevel functions in preparation of a ui with nice task lists
drewp@bigasterisk.com
parents:
310
diff
changeset
|
13 "invoke>=2.2.0", |
149 | 14 ] |
221 | 15 requires-python = ">=3.11" |
149 | 16 license = {text = "MIT"} |
17 | |
18 [build-system] | |
19 requires = ["pdm-pep517>=1.0.0"] | |
20 build-backend = "pdm.pep517.api" | |
21 |