9 lines
405 B
Plaintext
9 lines
405 B
Plaintext
# 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.
|
|
|
|
# These tools should be updated to use requirements/edx-sandbox/base.txt
|
|
# instead, as that is now a comprehensive collection of all dependencies
|
|
# installed in code sandboxes. Then this file can be safely deleted.
|
|
|
|
-r ../edx-sandbox/base.txt
|