summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 6ed1ed5..7011a7b 100644
--- a/Pipfile
+++ b/Pipfile
@@ -7,6 +7,7 @@ name = "pypi"
pyyaml = "*"
jinja2 = "*"
requests = "*"
+aiohttp = "*"
[dev-packages]
black = "*"
@@ -14,4 +15,5 @@ black = "*"
[scripts]
build = "python build.py"
scan = "python scripts/scan.py"
+ghpr = "python scripts/ghpr.py"
serve = "python -m http.server --directory build"