mirror of
https://github.com/1c7/chinese-independent-developer.git
synced 2025-12-27 10:25:57 +08:00
12 lines
249 B
TOML
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",
|
|
]
|