Files
chinese-independent-developer/pyproject.toml
Cheng Zheng feaa1e575d 自动化
2025-12-20 13:24:28 +08:00

12 lines
249 B
TOML

[project]
name = "chinese-independent-developer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"httpx[socks]>=0.28.1",
"openai>=2.14.0",
"pygithub>=2.8.1",
]