lwant's picture
Refactor project structure and update configurations
7fb5b3c
raw
history blame
375 Bytes
[project]
name = "agent-course-final-assignment"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.34.1",
"llama-index>=0.12.43",
"llama-index-llms-huggingface-api>=0.5.0",
"requests>=2.32.4",
]
[tool.pytest.ini_options]
pythonpath = ["config", "packages/src", "services"]