convert app to pydantic and weather.gov api
This commit is contained in:
11
pyproject.toml
Normal file
11
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user