mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 12:50:32 +01:00
10 lines
175 B
TOML
10 lines
175 B
TOML
[project]
|
|
name = "solve"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"networkx>=3.6.1",
|
|
]
|