From 0647a5b0a360b588ce4009e61d1dddfd16571103 Mon Sep 17 00:00:00 2001 From: e0d Date: Wed, 22 May 2013 10:19:30 -0400 Subject: [PATCH] changes to refactor local requirements. --- requirements/edx-sandbox/local.txt | 6 ++++++ requirements/edx-sandbox/post.txt | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 requirements/edx-sandbox/local.txt diff --git a/requirements/edx-sandbox/local.txt b/requirements/edx-sandbox/local.txt new file mode 100644 index 0000000000..ba24805057 --- /dev/null +++ b/requirements/edx-sandbox/local.txt @@ -0,0 +1,6 @@ +# Install these packages from the edx-platform working tree +# NOTE: if you change code in these packages, you MUST change the version +# number in its setup.py or the code WILL NOT be installed during deploy. +common/lib/calc +common/lib/chem +common/lib/sandbox-packages diff --git a/requirements/edx-sandbox/post.txt b/requirements/edx-sandbox/post.txt index d122795d18..218fdf307e 100644 --- a/requirements/edx-sandbox/post.txt +++ b/requirements/edx-sandbox/post.txt @@ -1,10 +1,3 @@ # Packages to install in the Python sandbox for secured execution. scipy==0.11.0 lxml==3.0.1 - -# Install these packages from the edx-platform working tree -# NOTE: if you change code in these packages, you MUST change the version -# number in its setup.py or the code WILL NOT be installed during deploy. -common/lib/calc -common/lib/chem -common/lib/sandbox-packages