summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
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"