From 1ab59a2c3d10896d51cc5e24bed2ef57b4aa28c0 Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Tue, 3 Sep 2013 08:07:07 -0400 Subject: [PATCH 1/2] 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 From a7159d8afd1312dd1b561cc46de5757327c86d1c Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Tue, 3 Sep 2013 10:49:04 -0400 Subject: [PATCH 2/2] add pyparsing to edx requirements --- requirements/edx/base.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 3edce34f54..8d609e05f1 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -41,6 +41,7 @@ pycrypto>=2.6 pygments==1.5 pygraphviz==1.1 pymongo==2.4.1 +pyparsing==1.5.6 python-memcached==1.48 python-openid==2.2.5 pytz==2012h