ordered dependencies alphabetically as suggested
This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
-c ../constraints.txt
|
||||
|
||||
-r shared.txt # Dependencies in common with LMS and Studio
|
||||
chem # A helper library for chemistry calculations
|
||||
matplotlib==2.2.4 # 2D plotting library
|
||||
numpy==1.7.2 # Numeric array processing utilities; used by scipy
|
||||
pyparsing==2.2.0 # Python Parsing module
|
||||
random2 # Implementation of random module that works identically under Python 2 and 3
|
||||
scipy==0.14.0 # Math, science, and engineering library
|
||||
sympy==0.7.1 # Symbolic math library
|
||||
chem
|
||||
git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4
|
||||
|
||||
# Install these packages from the edx-platform working tree
|
||||
|
||||
@@ -35,6 +35,7 @@ boto3==1.4.8 # Amazon Web Services SDK for Python
|
||||
botocore==1.8.17 # via boto3, s3transfer
|
||||
bridgekeeper # Used for determining permissions for courseware.
|
||||
celery # Asynchronous task execution library
|
||||
chem # A helper library for chemistry calculations
|
||||
contextlib2 # We need contextlib2.ExitStack so we can stop using contextlib.nested which doesn't exist in python 3
|
||||
defusedxml
|
||||
Django # Web application framework
|
||||
@@ -155,4 +156,4 @@ web-fragments # Provides the ability to render fragments o
|
||||
XBlock # Courseware component architecture
|
||||
xblock-utils # Provides utilities used by the Discussion XBlock
|
||||
xss-utils # https://github.com/edx/edx-platform/pull/20633 Fix XSS via Translations
|
||||
chem # A helper library for chemistry calculations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user