See requirements/edx-sandbox/README.rst for more info BREAKING CHANGE: edx-sandbox/py38.txt will not longer be updated. Please install from either edx-sandbox/base.txt or edx-sandbox/releases/*.txt instead.
15 lines
926 B
Plaintext
15 lines
926 B
Plaintext
-c ../constraints.txt
|
|
|
|
chem # A helper library for chemistry calculations
|
|
cryptography # Implementations of assorted cryptography algorithms
|
|
lxml # XML parser
|
|
matplotlib # 2D plotting library
|
|
networkx # Utilities for creating, manipulating, and studying network graphs
|
|
nltk # Natural language processing; used by the chem package
|
|
openedx-calc
|
|
pyparsing # Python Parsing module
|
|
random2 # Implementation of random module that works identically under Python 2 and 3
|
|
scipy # Math, science, and engineering library
|
|
sympy # Symbolic math library
|
|
codejail-includes # CodeJail manages execution of untrusted code in secure sandboxes.
|