diff options
| author | Yuval Adam <_@yuv.al> | 2022-11-26 09:51:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-26 09:51:17 +0200 |
| commit | 7387c7cb3ef89c0227b53a19a8057c35e6aec6e9 (patch) | |
| tree | 7f2cf28cf070aab45266b9950dd7e9b64eb61666 /Pipfile | |
| parent | 6d40823ded0bed7c32ebd9747d261f03b09b6893 (diff) | |
| parent | 76583e5aca961cc68eb6d3f8438b1a7d113b1c14 (diff) | |
Merge pull request #57 from yuvadm/candidates
Add mass of candidates
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
