Update pyproject metadata and poetry lockfile

This commit is contained in:
Chris Proctor
2023-06-02 14:01:48 -04:00
parent e453647ecd
commit 2fed603344
2 changed files with 157 additions and 86 deletions

View File

@@ -1,12 +1,12 @@
[tool.poetry]
name = "weather"
name = "lab_weather"
version = "0.1.0"
description = ""
authors = ["Chris <github.com@accounts.chrisproctor.net>"]
authors = ["Chris <chris@chrisproctor.net>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.11"
requests = "^2.27.1"
geocoder = "^1.38.1"