advent-of-code/pyproject.toml

8 lines
196 B
TOML
Raw Normal View History

2024-12-08 20:36:04 +00:00
[project]
name = "aoc"
2022-11-28 19:53:09 +00:00
version = "0.1.0"
2024-12-08 20:36:04 +00:00
description = "Add your description here"
2022-11-28 19:53:09 +00:00
readme = "README.md"
2024-12-08 20:36:04 +00:00
requires-python = ">=3.12"
dependencies = ["matplotlib>=3.9.3", "networkx[default]>=3.4.2"]