自动化

This commit is contained in:
Cheng Zheng
2025-12-20 13:24:28 +08:00
parent 6d9da8e78a
commit feaa1e575d
7 changed files with 604 additions and 20 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[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",
]