Add requirements files that can be used with package monitorig tool.

This commit is contained in:
Feanil Patel
2015-09-18 10:39:07 -04:00
parent 56fd445f5c
commit fca207d4ac
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# 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

View File

@@ -0,0 +1,8 @@
# 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