15 lines
263 B
TOML
15 lines
263 B
TOML
[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 = []
|