16 lines
381 B
TOML
16 lines
381 B
TOML
|
[project]
|
||
|
name = "HeadBallGame"
|
||
|
version = "0.1.0"
|
||
|
description = "Default template for PDM package"
|
||
|
authors = [
|
||
|
{name = "Zengtudor", email = "Zengtudor@outlook.com"},
|
||
|
]
|
||
|
dependencies = ["opencv-python>=4.11.0.86", "mediapipe>=0.10.21", "numpy>=1.26.4", "pygame>=2.6.1"]
|
||
|
requires-python = "==3.12.*"
|
||
|
readme = "README.md"
|
||
|
license = {text = "MIT"}
|
||
|
|
||
|
|
||
|
[tool.pdm]
|
||
|
distribution = false
|