diff options
| author | Yuval Adam <_@yuv.al> | 2018-10-11 23:36:35 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-10-11 23:36:35 +0200 |
| commit | 5233de1ece8d33b6a4d39ff7bf9aa67db08d49a1 (patch) | |
| tree | 45e23633d26d42b10afa140a55f1a0823a40c835 | |
| parent | bccca87a175eab5257da4c20964c34050ae260f6 (diff) | |
Add whois package
| -rw-r--r-- | heroku.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,5 +4,7 @@ setup: build: languages: - python + packages: + - whois run: web: 'gunicorn app:app' |
