summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-11-26 09:51:17 +0200
committerGitHub <noreply@github.com>2022-11-26 09:51:17 +0200
commit7387c7cb3ef89c0227b53a19a8057c35e6aec6e9 (patch)
tree7f2cf28cf070aab45266b9950dd7e9b64eb61666 /Pipfile
parent6d40823ded0bed7c32ebd9747d261f03b09b6893 (diff)
parent76583e5aca961cc68eb6d3f8438b1a7d113b1c14 (diff)
Merge pull request #57 from yuvadm/candidates
Add mass of candidates
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"