From 1ab59a2c3d10896d51cc5e24bed2ef57b4aa28c0 Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Tue, 3 Sep 2013 08:07:07 -0400 Subject: [PATCH] add pyparsing explicitly to sandbox requirements --- requirements/edx-sandbox/base.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/edx-sandbox/base.txt b/requirements/edx-sandbox/base.txt index d5f05083c8..f88cc899cf 100644 --- a/requirements/edx-sandbox/base.txt +++ b/requirements/edx-sandbox/base.txt @@ -1,3 +1,4 @@ numpy==1.6.2 networkx==1.7 -sympy==0.7.1 \ No newline at end of file +sympy==0.7.1 +pyparsing==1.5.6 \ No newline at end of file