From a7159d8afd1312dd1b561cc46de5757327c86d1c Mon Sep 17 00:00:00 2001 From: Adam Palay <adam@edx.org> Date: Tue, 3 Sep 2013 10:49:04 -0400 Subject: [PATCH] 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 3edce34f547..8d609e05f19 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 -- GitLab