DynamicAbstractionSystem/pyproject.toml
Sam c3b0a12c32
Some checks failed
Build Simulation and Test / Run All Tests (push) Failing after 5m6s
Update pre-commit configuration and add initial test file
2025-05-31 19:39:47 -05:00

11 lines
217 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",
]