| [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", | |
| ] | |