DynamicAbstractionSystem/pyproject.toml
Sam 3a4301f7cb
All checks were successful
Build Simulation and Test / Run All Tests (push) Successful in 34s
Refactor Camera and Entity classes for improved type hinting and documentation using typing and pydantic.
2025-06-03 19:47:39 -05:00

17 lines
293 B
TOML

[project]
name = "dynamicsystemabstraction"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"pre-commit>=4.2.0",
"pydantic>=2.11.5",
"pygame>=2.6.1",
"pytest>=8.3.5",
]
[dependency-groups]
dev = [
"ruff>=0.11.12",
]