Spaces:
Runtime error
Runtime error
File size: 554 Bytes
ac0f9ba |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[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"
|