File size: 363 Bytes
acfcb6f
 
 
 
 
 
 
6b3dc32
acfcb6f
cd97f5c
acfcb6f
 
 
 
6b3dc32
acfcb6f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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",
]