cas_task_1 / pyproject.toml
AndreaBagno's picture
Initial commit
3b298be
raw
history blame contribute delete
457 Bytes
[project]
name = "cas-generative-ai"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.49.1",
"langchain>=1.0.2",
"langchain-community>=0.4",
"langchain-core>=1.0.1",
"langchain-openai>=1.0.1",
"langchain-tavily>=0.2.12",
"openai>=2.6.1",
"python-dotenv>=1.1.1",
"pyyaml>=6.0.3",
"tavily-python>=0.7.12",
"wikipedia>=1.4.0",
]