| [tool.poetry] | |
| name = "wrenai-cloud-api-demo" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Wren AI <[email protected]>"] | |
| license = "MIT" | |
| readme = "README.md" | |
| package-mode = false | |
| [tool.poetry.dependencies] | |
| python = ">=3.12,<3.13" | |
| streamlit = "^1.46.1" | |
| requests = "^2.32.4" | |
| watchdog = "^6.0.0" | |
| [tool.poetry.group.dev.dependencies] | |
| python-dotenv = "^1.1.1" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |