mirror of
https://github.com/run-llama/multi-agents-workflow.git
synced 2026-07-01 21:24:00 -04:00
bf827dd7a4
added dotenv (python-dotenv)
25 lines
521 B
TOML
25 lines
521 B
TOML
[tool]
|
|
[tool.poetry]
|
|
name = "app"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Marcus Schiesser <mail@marcusschiesser.de>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.scripts]
|
|
generate = "app.engine.generate:generate_datasource"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
llama-index-agent-openai = ">=0.3.0,<0.4.0"
|
|
llama-index = "^0.11.4"
|
|
fastapi = "^0.112.2"
|
|
python-dotenv = "^1.0.1"
|
|
|
|
[tool.poetry.dependencies.docx2txt]
|
|
version = "^0.8"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|