From c5f16dde736602942a7c87f551b4689cd93301d0 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 13 May 2021 15:10:59 +0300 Subject: Click and class skeleton --- Pipfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 37c73bb..72817d8 100644 --- a/Pipfile +++ b/Pipfile @@ -5,8 +5,9 @@ name = "pypi" [packages] requests = "*" +click = "*" [dev-packages] -[requires] -python_version = "3.9" +[scripts] +alarmpy = "python alarmpy.py" -- cgit v1.3.1