From a3f276f502522cf3b81f4d10c1504d372bcfad5f Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 24 Oct 2022 09:06:30 +0300 Subject: Add initial scan script --- Pipfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 1184c47..230a7f7 100644 --- a/Pipfile +++ b/Pipfile @@ -6,9 +6,11 @@ name = "pypi" [packages] pyyaml = "*" jinja2 = "*" +requests = "*" [dev-packages] [scripts] build = "python build.py" -serve = "python -m http.server --directory build" \ No newline at end of file +scan = "python scan.py" +serve = "python -m http.server --directory build" -- cgit v1.3.1