15 lines
241 B
TOML
15 lines
241 B
TOML
[project]
|
|
name = "maturaarbeit"
|
|
version = "0.1.0"
|
|
description = "Maturaarbeit Alfred Baumann"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"pygame>=2.6.1",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"basedpyright>=1.39.6",
|
|
]
|