DZW/pyproject.toml

11 lines
259 B
TOML
Raw Permalink Normal View History

[project]
name = "ai-interview-assistant"
version = "0.1.0"
description = "AI面试助手 - 模拟真实面试场景的智能面试工具"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"streamlit>=1.30.0",
"python-dotenv>=1.0.0",
]