From 9b86fa96e7531a4a9e60048290a86cf883e6a268 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 3 Jun 2016 19:27:09 -0700 Subject: [PATCH] Downgrade python-apnsclient in development to match prod. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60042cc786..7023f3fbb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ SQLAlchemy==0.7.8 Werkzeug==0.11.8 # Dependency of moto s3 mock South==1.0.2 Twisted==15.2.1 -apns-client==0.2.1 +apns-client==0.1.8 argparse==1.2.1 boto==2.38.0 certifi==2015.4.28