ZWD/pyproject.toml

10 lines
230 B
TOML
Raw 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"
]