Commit ed508f84 by David Ormsbee

Merge pull request #556 from edx/ormsbee/requirments_notice

Dependency warning message on requirements files
parents b92d88fc 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
......
# 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.
......
# 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
# 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
......
# 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:
......
# 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
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment