File size: 311 Bytes
acfcb6f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[project]
name = "NaanhAI"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"googletrans>=4.0.2",
"gradio>=6.0.1",
"langchain>=1.1.0",
"langchain-core>=1.1.0",
"langchain-groq>=1.1.0",
"python-dotenv>=1.2.1",
]
|