chore: initial commit

This commit is contained in:
gameloader
2026-03-18 22:07:19 +08:00
commit e3a28050df
13 changed files with 51831 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "gptplus-auto"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"curl-cffi>=0.14.0",
"httpx[socks]>=0.27.0",
"playwright>=1.58.0",
"pydantic>=2.0.0",
"pydantic-settings>=2.0.0",
]
[tool.uv]
dev-dependencies = []