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

docs: comment on EDXAPP_PRIVATE_REQUIREMENTS #6991

Merged
merged 2 commits into from
Aug 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading