Commit c0eccb07 by Feanil Patel

Merge pull request #9832 from edx/feanil/monitor_requirements

Add requirements files that can be used with package monitorig tool.
parents eb2be538 fca207d4
# This requirements.txt file is meant to pull in other requirements.txt files so that
# dependency monitoring tools like gemnasium.com can easily process them.
# It can not be used to do the full installation because it is not in the correct
# order.
-r ../edx/development.txt
# Requirements for the web application
-r ../edx/pre.txt
-r ../edx/base.txt
-r ../edx/local.txt
-r ../edx/github.txt
-r ../edx/edx-private.txt
-r ../edx/paver.txt
-r ../edx/post.txt
# This requirements.txt file is meant to pull in other requirements.txt files so that
# dependency monitoring tools like gemnasium.com can easily process them.
# Requirements for code sandboxes
-r ../edx-sandbox/base.txt
-r ../edx-sandbox/local.txt
-r ../edx-sandbox/post.txt
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