Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ce005072
Commit
ce005072
authored
May 21, 2013
by
Ned Batchelder
Committed by
e0d
May 21, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sandbox-installed packages will be really installed instead of -e installed.
parent
073c6d9a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
common/lib/calc/setup.py
+1
-1
common/lib/chem/setup.py
+1
-1
common/lib/sandbox-packages/setup.py
+1
-1
requirements/edx-sandbox/post.txt
+7
-3
No files found.
common/lib/calc/setup.py
View file @
ce005072
...
...
@@ -2,7 +2,7 @@ from setuptools import setup
setup
(
name
=
"calc"
,
version
=
"0.1"
,
version
=
"0.1
.1
"
,
py_modules
=
[
"calc"
],
install_requires
=
[
"pyparsing==1.5.6"
,
...
...
common/lib/chem/setup.py
View file @
ce005072
...
...
@@ -2,7 +2,7 @@ from setuptools import setup
setup
(
name
=
"chem"
,
version
=
"0.1"
,
version
=
"0.1
.1
"
,
packages
=
[
"chem"
],
install_requires
=
[
"pyparsing==1.5.6"
,
...
...
common/lib/sandbox-packages/setup.py
View file @
ce005072
...
...
@@ -2,7 +2,7 @@ from setuptools import setup
setup
(
name
=
"sandbox-packages"
,
version
=
"0.1"
,
version
=
"0.1
.1
"
,
packages
=
[
"verifiers"
,
],
...
...
requirements/edx-sandbox/post.txt
View file @
ce005072
# Packages to install in the Python sandbox for secured execution.
scipy==0.11.0
lxml==3.0.1
-e common/lib/calc
-e common/lib/chem
-e common/lib/sandbox-packages
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment