From c9fd629eba4b896982b8f7ca1e6078ec9f2d6ec2 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 3 Oct 2016 10:53:17 +0200 Subject: [PATCH] Pin version of pycparser due to bug --- src/requirements/paypal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/paypal.txt b/src/requirements/paypal.txt index 5bf92ed3b6..0ab11e8fbc 100644 --- a/src/requirements/paypal.txt +++ b/src/requirements/paypal.txt @@ -1,2 +1,2 @@ paypalrestsdk>=1.9,<1.10,<2.0 - +pycparser==2.13 # https://github.com/eliben/pycparser/issues/147