oh-my-dear-ai's picture
feat: add almanac checklist generator with Gradio UI
9768291
raw
history blame
332 Bytes
[tool.poetry]
name = "hpma-herbologist-almanac-checklist"
version = "0.1.0"
description = ""
authors = ["Admin <channingwang2018@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
gradio = "4.31.3"
uvicorn = "^0.30.6"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"