16 lines
277 B
TOML
16 lines
277 B
TOML
[tool.poetry]
|
|
name = "test"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["0xMRTT <0xMRTT@proton.me>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
diffusers = "^0.16.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|