17 lines
278 B
TOML
17 lines
278 B
TOML
[project]
|
|
name = "postinstall"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"pyalpm>=0.10.12",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"ipython>=9.13.0",
|
|
"pudb>=2025.1.5",
|
|
"pytest>=9.0.3",
|
|
]
|