First_agent_HF / pyproject.toml
Khalil Guetari
Fix import error
a90ba86
raw
history blame contribute delete
502 Bytes
[project]
name = "First_agent_HF"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Khalil Guetari", email = "[email protected]"},
]
dependencies = [
"markdownify",
"smolagents",
"requests",
"duckduckgo-search",
"pandas",
]
requires-python = "==3.12.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false
[tool.pdm.scripts]
tools = {call = "tests.tools.test_visit_webpage:test_visit_webpage_tool" }