convert app to pydantic and weather.gov api

This commit is contained in:
matt
2025-10-22 19:16:51 -07:00
parent 27db352110
commit 94ede91499
6 changed files with 508 additions and 102 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "git-profile"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"requests",
"pendulum",
"quantiphy",
"python-dotenv",
"pydantic-settings>=2.11.0",
]