Code sketch. Download cache working.

This commit is contained in:
2025-08-11 08:00:49 -07:00
parent c9e3d68979
commit b820e816bd
14 changed files with 4792 additions and 3 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[project]
name = "gitlaw"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"requests",
"python-dateutil",
"python-dotenv",
"pydantic",
]
[dependency-groups]
dev = [
"ruff>=0.12.8",
]