mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-12-21 23:56:30 +00:00
8 lines
196 B
TOML
8 lines
196 B
TOML
[project]
|
|
name = "aoc"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = ["matplotlib>=3.9.3", "networkx[default]>=3.4.2"]
|