[project] name = "agriculture-qa" version = "0.1.0" description = "农技智能问答 - 基于 Qwen3.5 大模型的农业技术知识问答应用" readme = "README.md" requires-python = ">=3.14" dependencies = [ "httpx>=0.28.1", "streamlit>=1.52.1", ] [[tool.uv.index]] url = "https://mirrors.aliyun.com/pypi/simple" default = true