diffusers-test / pyproject.toml
freemt
Update multimodalart/latentdiffusion
9a87834
raw
history blame
310 Bytes
[tool.poetry]
name = "app"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.8"
logzero = "^1.7.0"
install = "^1.3.5"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"