From 0cdce8ed71ccb9014813b5aa54281e2a3a36bbf1 Mon Sep 17 00:00:00 2001 From: Brittney Exline Date: Wed, 15 Feb 2017 16:59:03 +0000 Subject: [PATCH] ENT-191 Adding new edx-enterprise packages to be optionally installed We introduced two more apps in edx-enterprise that need to be pulled in. --- lms/envs/common.py | 4 +++- requirements/edx/base.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index e31e0b4249..41b1f84923 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -2692,8 +2692,10 @@ OPTIONAL_APPS = ( # Organizations App (http://github.com/edx/edx-organizations) 'organizations', - # Enterprise App (http://github.com/edx/edx-enterprise) + # Enterprise Apps (http://github.com/edx/edx-enterprise) 'enterprise', + 'integrated_channels.integrated_channel', + 'integrated_channels.sap_success_factors', # Required by the Enterprise App 'django_object_actions', # https://github.com/crccheck/django-object-actions ) diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index b93ecafe75..6ac8b882b5 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -52,7 +52,7 @@ edx-lint==0.4.3 astroid==1.3.8 edx-django-oauth2-provider==1.1.4 edx-django-sites-extensions==2.1.1 -edx-enterprise==0.24.0 +edx-enterprise==0.26.3 edx-oauth2-provider==1.2.0 edx-opaque-keys==0.4.0 edx-organizations==0.4.3