brand-tune / pyproject.toml
vvolhejn's picture
Rename directory to brand_tune
af50914
raw
history blame contribute delete
316 Bytes
[tool.poetry]
name = "brand-tune"
version = "0.1.0"
description = ""
authors = ["Václav Volhejn <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
gradio = "^3.32.0"
openai = "^0.27.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"