From 55c2f5a2d6945fe410050e8a574f540c41eef844 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 9 May 2017 08:41:57 -0400 Subject: [PATCH] Install Twilio package from source. Someone uploaded a broken wheel to pypi... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6fc9e2896..cf8714fd67 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ CELERY_SCHEDULE_FILE ?= /celerybeat-schedule # Python packages to install only from source (not from binary wheels) # Comma separated list -SRC_ONLY_PKGS ?= cffi,pycparser,psycopg2 +SRC_ONLY_PKGS ?= cffi,pycparser,psycopg2,twilio # Determine appropriate shasum command UNAME_S := $(shell uname -s)