12 lines
357 B
Plaintext
12 lines
357 B
Plaintext
# DON'T JUST ADD NEW DEPENDENCIES!!!
|
|
#
|
|
# If you open a pull request that adds a new dependency, you should notify:
|
|
# * @edx/ospr - to check licensing
|
|
# * @edx/devops - to check system requirements
|
|
|
|
# Packages to install in the Python sandbox for secured execution.
|
|
scipy==0.14.0
|
|
# lxml is also in requirements/edx/base.txt
|
|
lxml==3.8.0
|
|
matplotlib==1.3.1
|