Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
docs: comment on EDXAPP_PRIVATE_REQUIREMENTS (#6991)
Browse files Browse the repository at this point in the history
Add a note to clarify that EDXAPP_PRIVATE_REQUIREMENTS
contains edx.org specific details, which is not ideal. The plan
is to ultimately retire this repo according to the DEPR:
openedx/public-engineering#51
  • Loading branch information
robrap authored and jdmulloy committed Sep 14, 2023
1 parent 3661c6a commit 1af165b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playbooks/roles/edxapp/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,9 @@ EDXAPP_EXTRA_REQUIREMENTS: []
# Example:
# EDXAPP_PRIVATE_REQUIREMENTS:
# - name: git+https://git.myproject.org/MyProject#egg=MyProject
# Note: This list contains edx.org specific dependencies, even though this is
# a public repo. The plan is to phase this out along with the rest of this
# repo as part of the DEPR https://github.com/openedx/public-engineering/issues/51.
EDXAPP_PRIVATE_REQUIREMENTS:
# For Harvard courses:
- name: xblock-problem-builder==5.1.3
Expand Down

0 comments on commit 1af165b

Please sign in to comment.