summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 0ad83812afc89fba85cf65febdfe7840655d73a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
[project]
name = "aoc2025"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
    "coverage>=7.12.0",
    "pytest>=9.0.1",
    "typer[all]>=0.20.0",
]