updating latest from mac

This commit is contained in:
2019-11-25 18:13:52 +00:00
parent 3e8988f369
commit 1c76e1801c
73 changed files with 2267 additions and 202 deletions

View File

@@ -0,0 +1,18 @@
[tool.poetry]
name = "weather-cli"
version = "0.1.0"
description = ""
authors = ["dtomlinson <dtomlinson@panaetius.co.uk>"]
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.22"
click = "^7.0"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
pudb = "^2019.2"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"