Final_Assignment_Template / pyproject.toml
muhammadmaazuddin's picture
feat: initail working agent
ac0f9ba
raw
history blame contribute delete
554 Bytes
[project]
name = "final-assignment-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Muhammad Maaz Uddin", email = "[email protected]" }
]
requires-python = ">=3.11"
dependencies = [
"gradio",
"itsdangerous>=2.2.0",
"langchain-community>=0.3.22",
"litellm>=1.67.2",
"requests",
"smolagents>=1.14.0",
]
[project.scripts]
final-assignment-template = "final_assignment_template:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"