Files
amazing/pyproject.toml
T
2026-03-15 15:54:16 +01:00

13 lines
232 B
TOML

[project]
name = "A-Maze-ing"
version = "0.1.0"
description = "This is the way"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"flake8>=7.3.0",
"mypy>=1.19.1",
"numpy>=2.2.6",
"pydantic>=2.12.5",
]