16 lines
376 B
TOML
16 lines
376 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>=22.5",
|
|
"requests>=2.32.5",
|
|
"rich>=14.2.0",
|
|
"setuptools>=80.9.0",
|
|
"tomli>=2.3.0",
|
|
"tomli-w>=1.2.0",
|
|
]
|