From b7cee4fe6e257090fb197e8297cfb11e79a418f9 Mon Sep 17 00:00:00 2001 From: Jeffrey Linwood Date: Fri, 19 May 2017 10:20:13 -0500 Subject: [PATCH] Lock Twilio Library to 6.1.0-alpha1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f57b835..fec3061 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Flask==0.10.1 fake-factory==0.5.3 -twilio~=6.1.0-alpha1 +twilio==6.1.0-alpha1 python-dotenv==0.6.0