test-space / pyproject.toml
kittchy
init
865496e
Raw
History Blame Contribute Delete
330 Bytes
[tool.poetry]
name = "test-space"
version = "0.1.0"
description = ""
authors = ["kittchy <kinouchi.takahiro.tg@tut.jp>"]
readme = "README.md"
packages = [{include = "test_space"}]
[tool.poetry.dependencies]
python = "^3.10"
gradio = "^3.40.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"