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-01 02:42:23 +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"]
|
2025-02-28 16:55:58 +00:00
|
|
|
requires-python = "==3.12.*"
|
|
|
|
readme = "README.md"
|
|
|
|
license = {text = "MIT"}
|
|
|
|
|
|
|
|
|
|
|
|
[tool.pdm]
|
|
|
|
distribution = false
|