Install Twilio package from source.

Someone uploaded a broken wheel to pypi...
This commit is contained in:
Shane McDonald 2017-05-09 08:41:57 -04:00
parent 4cae50f2ab
commit 55c2f5a2d6

View File

@ -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)