HeadBallGame/pyproject.toml

16 lines
420 B
TOML
Raw Permalink Normal View History

2025-02-28 16:55:58 +00:00
[project]
name = "HeadBallGame"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Zengtudor", email = "Zengtudor@outlook.com"},
]
2025-03-02 06:22:01 +00:00
dependencies = ["opencv-python>=4.11.0.86", "mediapipe>=0.10.21", "numpy>=1.26.4", "pygame>=2.6.1", "Pillow>=11.1.0", "cx-Freeze>=7.2.10"]
2025-02-28 16:55:58 +00:00
requires-python = "==3.12.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false