Files
edx-platform/requirements/edx-sandbox/base.in
Feanil Patel 5cb29848c3 chore: Update lxml
Run `make upgrade-package package='lxml[html_clean]'` to update lxml and
then `make compile-requirements`
2024-11-05 10:44:02 -05:00

15 lines
926 B
Plaintext

-c ../constraints.txt
chem # A helper library for chemistry calculations
cryptography # Implementations of assorted cryptography algorithms
lxml[html_clean] # 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.