Final_Assignment_Template / pyproject.toml
Killian Mahé
Init project
4863f6e
raw
history blame
439 Bytes
[project]
name = "final-assignment-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"langchain-community>=0.3.26",
"langchain>=0.3.26",
"langgraph>=0.5.0",
"scrapingant-client>=2.1.0",
"langchain-huggingface>=0.3.0",
"langchain-openai>=0.3.27",
"pandas>=2.3.0",
"gradio[oauth]>=5.35.0",
"duckduckgo-search>=8.0.4",
]