Files
edx-platform/requirements/edx-sandbox/base.in
2018-04-12 17:22:48 -04:00

12 lines
569 B
Plaintext

# Packages to install in the Python sandbox for secured execution of code provided by course authors.
#
# DON'T JUST ADD NEW DEPENDENCIES!!!
#
# If you open a pull request that adds a new dependency, you should:
# * verify that the dependency has a license compatible with AGPLv3
# * confirm that it has no system requirements beyond what we already install
# * run "make upgrade" to update the detailed requirements files
-r shared.txt # Dependencies in common with LMS and Studio
matplotlib==1.3.1 # 2D plotting library