summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 3 insertions, 2 deletions
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"