[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" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |