Add logging and new options to CLI

This commit is contained in:
2022-06-15 08:03:15 +03:00
parent 78aa607923
commit f73959b52a
5 changed files with 109 additions and 39 deletions

View File

@@ -24,6 +24,7 @@ classifiers = [
python = "^3.7"
requests = "^2.28.0"
click = "^8.1.3"
loguru = "^0.6.0"
[tool.poetry.dev-dependencies]