Adding initial weather lookup and populating the database from csvs

This commit is contained in:
2025-07-08 23:14:57 +00:00
parent 3f2568875f
commit f21032a1f0
5 changed files with 554 additions and 328 deletions

View File

@@ -6,6 +6,7 @@ name = "pypi"
[packages]
numpy = "*"
matplotlib = "*"
requests = "2.32"
[dev-packages]