Started adding weather code

This commit is contained in:
2025-07-10 21:09:48 +00:00
parent 7f57befaee
commit 5ba8ae59d6
7 changed files with 197 additions and 111 deletions

View File

@@ -4,9 +4,11 @@ verify_ssl = true
name = "pypi"
[packages]
numpy = "*"
geopy = "*"
matplotlib = "*"
requests = "2.32"
numpy = "*"
pytz = "*"
requests = "*"
[dev-packages]