fix: remove click

We don't need click, its just part of the hypermodern python stack

Remove this extra dependency
This commit is contained in:
Andrew Herrington
2022-05-28 23:34:23 -05:00
parent d8c39b54ab
commit 6c7af09072
2 changed files with 5 additions and 6 deletions

View File

@@ -17,7 +17,6 @@ Changelog = "https://github.com/andrewthetechie/py-healthchecks.io/releases"
[tool.poetry.dependencies]
python = "^3.7"
click = "^8.0.1"
pydantic = "^1.8.2"
httpx = ">=0.21.1,<0.24.0"
croniter = "^1.1.0"