Files
codexTool/pyproject.toml
2026-01-15 23:56:00 +08:00

16 lines
387 B
TOML

[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[job-queue]>=22.5",
"requests>=2.32.5",
"rich>=14.2.0",
"setuptools>=80.9.0",
"tomli>=2.3.0",
"tomli-w>=1.2.0",
]