File size: 321 Bytes
920dc9a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [tool.poetry]
name = "ttw-hf-spaces"
version = "0.1.0"
description = ""
authors = ["freemt <yucongo+fmt@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
httpx = "^0.21.1"
gradio = "^2.5.2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
|