zshxsy/pyproject.toml
2026-01-09 00:28:26 +08:00

33 lines
628 B
TOML

[project]
name = "my-ai-app"
version = "0.1.0"
description = "AI-powered Gomoku game with web interface"
readme = "README.md"
requires-python = ">=3.12" # 2026 Recommended
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.uv]
environments = ["default"]
[tool.uv.environment.default]
python = ">=3.12"
[tool.uv.dependencies]
flask = "^3.0.0"
python-dotenv = "^1.2.1"
requests = "^2.32.0"
streamlit = "^1.30.0"
chainlit = "^0.1.160"
pygame = "^2.6.0"
pydantic = "^2.0.0"
pydantic-settings = "^2.0.0"
[tool.uv.dependencies.dev]
pytest = "^7.0.0"
black = "^23.0.0"
isort = "^5.0.0"