Change to use uv and pyproject.toml, as well as aocd lib for python

This commit is contained in:
2024-12-03 14:02:51 -04:00
parent 4af7ced4b5
commit 81ab553260
7 changed files with 119 additions and 4 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "AdventOfCode"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"advent-of-code-data>=2.0.4",
]