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

10
poetry.lock generated
View File

@@ -164,7 +164,7 @@ unicode_backport = ["unicodedata2"]
name = "click"
version = "8.1.3"
description = "Composable command line interface toolkit"
category = "main"
category = "dev"
optional = false
python-versions = ">=3.7"
@@ -176,7 +176,7 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
name = "colorama"
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "main"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
@@ -449,7 +449,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
name = "importlib-metadata"
version = "4.2.0"
description = "Read metadata from Python packages"
category = "main"
category = "dev"
optional = false
python-versions = ">=3.6"
@@ -1253,7 +1253,7 @@ tests = ["cmake", "codecov", "ninja", "pybind11", "pytest-cov", "pytest-cov", "p
name = "zipp"
version = "3.7.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
category = "dev"
optional = false
python-versions = ">=3.7"
@@ -1264,7 +1264,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "1a785f490571a2b42e3a924d5c46a90c7c8e166d8961a8c5046c609ccf833ba6"
content-hash = "d1939b2e3d8591f46e8087b85cfcac674f4640bdab6b3b8eddf6bcf59e9e1468"
[metadata.files]
alabaster = [

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"