forge-texture / common /pyproject.toml
jkorstad's picture
Update forge-texture from local forge-bricks (with vendored common)
8ee370d verified
Raw
History Blame Contribute Delete
352 Bytes
[project]
name = "forge-bricks-common"
version = "0.1.0"
description = "Shared utilities for Forge Bricks (manifests, health checks, etc.)"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pillow>=10.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["."]