From d66b480740cd6be75a30587a3d4e578c82c4e03f Mon Sep 17 00:00:00 2001 From: Don Mitchell Date: Wed, 4 Jun 2014 14:10:16 -0400 Subject: [PATCH] pymongo son optimizations --- requirements/edx/base.txt | 2 +- requirements/edx/github.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 16854aad36..7955137333 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -56,7 +56,7 @@ polib==1.0.3 pycrypto>=2.6 pygments==1.6 pygraphviz==1.1 -pymongo==2.4.1 +# pymongo==2.4.1 pyparsing==2.0.1 python-memcached==1.48 python-openid==2.2.5 diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index ac135296f4..bc014261aa 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -16,6 +16,9 @@ -e git+https://github.com/un33k/django-ipware.git@42cb1bb1dc680a60c6452e8bb2b843c2a0382c90#egg=django-ipware -e git+https://github.com/appliedsec/pygeoip.git@95e69341cebf5a6a9fbf7c4f5439d458898bdc3b#egg=pygeoip +# Temporary update to 3rd party libs: +-e git+https://github.com/edx/mongo-python-driver.git@aa99f4dc470bfc0f16fec02ea3aafd4fa27416b2#egg=pymongo + # Our libraries: -e git+https://github.com/edx/XBlock.git@fc5fea25c973ec66d8db63cf69a817ce624f5ef5#egg=XBlock -e git+https://github.com/edx/codejail.git@71f5c5616e2a73ae8cecd1ff2362774a773d3665#egg=codejail