| [tool.poetry] | |
| name = "wgpt" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Your Name <you@example.com>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.11" | |
| openai = "^0.27.6" | |
| gradio = "^3.29.0" | |
| gpt-index = "0.4.24" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |