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
b6b4f0f9
Commit
b6b4f0f9
authored
Aug 01, 2013
by
David Ormsbee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dependency warning message on requirements files
parent
244e731f
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
43 additions
and
0 deletions
+43
-0
requirements/edx-sandbox/base.txt
+7
-0
requirements/edx-sandbox/local.txt
+6
-0
requirements/edx-sandbox/post.txt
+6
-0
requirements/edx/base.txt
+6
-0
requirements/edx/github.txt
+6
-0
requirements/edx/post.txt
+6
-0
requirements/edx/pre.txt
+6
-0
No files found.
requirements/edx-sandbox/base.txt
View file @
b6b4f0f9
# DON'T JUST ADD NEW DEPENDENCIES!!!
#
# If you open a pull request that adds a new dependency, you should notify:
# * @jtauber - to check licensing
# * One of @e0d, @jarv, or @feanil - to check system requirements
numpy==1.6.2
networkx==1.7
sympy==0.7.1
\ No newline at end of file
requirements/edx-sandbox/local.txt
View file @
b6b4f0f9
# DON'T JUST ADD NEW DEPENDENCIES!!!
#
# If you open a pull request that adds a new dependency, you should notify:
# * @jtauber - to check licensing
# * One of @e0d, @jarv, or @feanil - to check system requirements
# 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.
...
...
requirements/edx-sandbox/post.txt
View file @
b6b4f0f9
# DON'T JUST ADD NEW DEPENDENCIES!!!
#
# If you open a pull request that adds a new dependency, you should notify:
# * @jtauber - to check licensing
# * One of @e0d, @jarv, or @feanil - to check system requirements
# Packages to install in the Python sandbox for secured execution.
scipy==0.11.0
lxml==3.0.1
requirements/edx/base.txt
View file @
b6b4f0f9
# DON'T JUST ADD NEW DEPENDENCIES!!!
#
# If you open a pull request that adds a new dependency, you should notify:
# * @jtauber - to check licensing
# * One of @e0d, @jarv, or @feanil - to check system requirements
-r repo.txt
beautifulsoup4==4.1.3
...
...
requirements/edx/github.txt
View file @
b6b4f0f9
# DON'T JUST ADD NEW DEPENDENCIES!!!
#
# If you open a pull request that adds a new dependency, you should notify:
# * @jtauber - to check licensing
# * One of @e0d, @jarv, or @feanil - to check system requirements
# Python libraries to install directly from github
# Third-party:
...
...
requirements/edx/post.txt
View file @
b6b4f0f9
# DON'T JUST ADD NEW DEPENDENCIES!!!
#
# If you open a pull request that adds a new dependency, you should notify:
# * @jtauber - to check licensing
# * One of @e0d, @jarv, or @feanil - to check system requirements
# This must be installed after distribute has been updated.
MySQL-python==1.2.4
requirements/edx/pre.txt
View file @
b6b4f0f9
# DON'T JUST ADD NEW DEPENDENCIES!!!
#
# If you open a pull request that adds a new dependency, you should notify:
# * @jtauber - to check licensing
# * One of @e0d, @jarv, or @feanil - to check system requirements
# Numpy and scipy can't be installed in the same pip run.
# Install numpy before other things to help resolve the problem.
numpy==1.6.2
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