SNAstral / pyproject.toml
Soroush
reqfix
b496ddd
Raw
History Blame Contribute Delete
425 Bytes
[project]
name = "snastral"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"beautifulsoup4>=4.13.4",
"dotenv>=0.9.9",
"gradio>=5.33.1",
"langchain>=0.3.25",
"langchain-community>=0.3.25",
"langgraph>=0.4.8",
"langgraph-checkpoint-sqlite>=2.0.10",
"mistralai>=1.8.2",
"pillow>=11.2.1",
"requests>=2.32.4",
]