oh-my-dear-ai's picture
fix(app): correct task checklist generation and update token handling
fbb4dba
raw
history blame contribute delete
386 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.38.1"
uvicorn = "^0.30.6"
plotly = "^5.24.0"
pytz = "^2024.1"
pytest = "^8.3.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"