From e90cf344719f9399a20c152e5561d98ff9b66eb7 Mon Sep 17 00:00:00 2001 From: Aarif Date: Fri, 5 Jun 2020 19:18:24 +0500 Subject: [PATCH] ordered dependencies alphabetically as suggested --- requirements/edx-sandbox/base.in | 2 +- requirements/edx/base.in | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements/edx-sandbox/base.in b/requirements/edx-sandbox/base.in index 72b13b7c82..12f8ebe560 100644 --- a/requirements/edx-sandbox/base.in +++ b/requirements/edx-sandbox/base.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 diff --git a/requirements/edx/base.in b/requirements/edx/base.in index 0474966454..df3eae6a75 100644 --- a/requirements/edx/base.in +++ b/requirements/edx/base.in @@ -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 +