Files
aiqs/pyproject.toml
2025-11-28 15:06:54 +08:00

13 lines
245 B
TOML

[project]
name = "aiqs"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"openai==2.7.1",
"python-dotenv>=1.2.1",
"pydantic>=2.12.4",
"pydantic-settings>=2.11.0",
]