changepacks-python 0.1.4

Python project support for changepacks (pip, uv)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "changepacks-python"
version = "0.1.4"
edition = "2024"
license = "Apache-2.0"
description = "Python project support for changepacks (pip, uv)"
readme = "../../README.md"

[dependencies]
changepacks-core.workspace = true
changepacks-utils.workspace = true
anyhow = "1.0"
toml = "0.9"
tokio = { version = "1.48", features = ["fs"] }
async-trait = "0.1"
toml_edit = "0.23"