StableDiffusion/pyproject.toml

18 lines
259 B
TOML
Raw Normal View History

2022-11-25 02:07:21 +00:00
[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 = ["."]