Files
autoPlus/pyproject.toml
2026-01-26 15:04:02 +08:00

15 lines
502 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[project]
name = "gptautoplus"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"curl-cffi>=0.7.0", # TLS 指纹伪装
"pydantic>=2.5.0", # 数据验证
"pydantic-settings>=2.1.0", # 配置管理
"loguru>=0.7.2", # 日志系统
"python-dotenv>=1.0.0", # 环境变量加载
"httpx>=0.25.0", # 异步 HTTP 客户端(可选,用于外部 API
]