This commit is contained in:
2026-01-15 23:02:16 +08:00
commit 06f906abc7
20 changed files with 9269 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "oai-team-auto-provisioner"
version = "0.1.0"
description = "OpenAI Team 账号自动批量注册 & CRS 入库工具"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"drissionpage>=4.1.1.2",
"python-telegram-bot>=22.5",
"requests>=2.32.5",
"rich>=14.2.0",
"setuptools>=80.9.0",
"tomli>=2.3.0",
]