StableDiffusion/pyproject.toml
2022-11-24 21:07:21 -05:00

17 lines
259 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "stable-diffusion"
version = "0.0.1"
readme = "README.md"
license = "MIT"
dependencies = [
"numpy",
"torch",
"tqdm",
]
[tool.hatch.build]
dev-mode-dirs = ["."]