yannsay's picture
Deploy clean to build-small-hackathon org (32B Qwen, step-3 table)
aa1d0aa verified
Raw
History Blame Contribute Delete
343 Bytes
[project]
name = "analyste-demo"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"gradio>=6.18,<7",
"langchain-openai>=0.3",
"langchain>=0.3",
"pydantic>=2.0",
"python-dotenv>=1.0",
"modal>=1.0",
"pyyaml>=6.0",
"openpyxl>=3.1",
]
[dependency-groups]
dev = [
"pytest>=8.0",
"ruff>=0.4",
]