test/pyproject.toml
0xMRTT 84c9f0a3bc
All checks were successful
Demo / Explore-CI (push) Successful in -10s
initial commit
2023-05-07 23:27:15 +02:00

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"