changes to refactor local requirements.

This commit is contained in:
e0d
2013-05-22 10:19:30 -04:00
parent 534d67378b
commit 0647a5b0a3
2 changed files with 6 additions and 7 deletions

View File

@@ -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

View File

@@ -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