NaanhAI / pyproject.toml
Roseco-crs
Another update to fix deployment challenge occurs on Huggingface
6b3dc32
raw
history blame contribute delete
363 Bytes
[project]
name = "NaanhAI"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"aiohttp>=3.13.2",
"googletrans>=4.0.2",
"gradio[mcp]>=6.0.1",
"langchain>=1.1.0",
"langchain-core>=1.1.0",
"langchain-groq>=1.1.0",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
]