Final_Assignment_Template / pyproject.toml
TzurVaich's picture
Initial commit for playground directory
a8ec3b5
raw
history blame
494 Bytes
[project]
name = "final-assignment-template"
version = "0.1.0"
description = ""
authors = [
{name = "Tzur Vaich",email = "[email protected]"}
]
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"smolagents (>=1.14.0,<2.0.0)",
"gradio[oauth] (>=5.27.0,<6.0.0)",
"requests (>=2.32.3,<3.0.0)",
"pandas (>=2.2.3,<3.0.0)",
"python-dotenv (>=1.1.0,<2.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"