DynamicAbstractionSystem/pyproject.toml
Sam 3988f0a6fc
All checks were successful
Build Simulation and Test / Run All Tests (push) Successful in 27s
Formatting with Ruff
2025-06-01 16:18:00 -05:00

16 lines
269 B
TOML

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