forge-texture / pyproject.toml
jkorstad's picture
Update forge-texture from local forge-bricks
04bb2c6 verified
Raw
History Blame Contribute Delete
467 Bytes
[project]
name = "forge-texture"
version = "0.1.0"
description = "Forge-Texture: Text/image → high quality PBR texture maps for game assets"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio>=5.0,<7.0",
"spaces",
"pillow",
"gradio-client",
"huggingface_hub",
"forge-bricks-common",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv.sources]
forge-bricks-common = { workspace = true }