[tool.poetry] name = "hpma-herbologist-almanac-checklist" version = "0.1.0" description = "" authors = ["Admin "] 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"