summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-10-11 23:36:35 +0200
committerYuval Adam <_@yuv.al>2018-10-11 23:36:35 +0200
commit5233de1ece8d33b6a4d39ff7bf9aa67db08d49a1 (patch)
tree45e23633d26d42b10afa140a55f1a0823a40c835
parentbccca87a175eab5257da4c20964c34050ae260f6 (diff)
Add whois package
-rw-r--r--heroku.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/heroku.yml b/heroku.yml
index 4aec2d1..b734a85 100644
--- a/heroku.yml
+++ b/heroku.yml
@@ -4,5 +4,7 @@ setup:
build:
languages:
- python
+ packages:
+ - whois
run:
web: 'gunicorn app:app'