radiobee-dev / pyproject.toml
freemt
Bump to 0.1.1a0
b898a5d
raw
history blame
278 Bytes
[tool.poetry]
name = "radiobee"
version = "0.1.1-alpha.0"
description = ""
authors = ["ffreemt"]
[tool.poetry.dependencies]
python = "^3.7"
gradio = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"