summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-10-24 09:06:30 +0300
committerYuval Adam <_@yuv.al>2022-10-24 09:06:30 +0300
commita3f276f502522cf3b81f4d10c1504d372bcfad5f (patch)
treef8d55e3d73757b747ba54b0db913ee395d2ad07d /Pipfile
parent3f53790f55f8abc2a5cc635a1fe58568ecfd6184 (diff)
Add initial scan script
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 3 insertions, 1 deletions
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"