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

Install xblock-problem-builder from PyPI #4663

Merged
merged 1 commit into from
Jul 2, 2018
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
2 changes: 1 addition & 1 deletion playbooks/roles/edxapp/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ EDXAPP_EXTRA_REQUIREMENTS: []
# - name: git+https://git.myproject.org/MyProject#egg=MyProject
EDXAPP_PRIVATE_REQUIREMENTS:
# For Harvard courses:
- name: git+https://github.com/open-craft/problem-builder.git@0b3255214cbfff4a8b4a210fdf54f7a014a06402#egg=xblock-problem-builder==3.1.2
- name: xblock-problem-builder==3.1.3
# Oppia XBlock
- name: git+https://github.com/oppia/xblock.git@9f6b95b7eb7dbabb96b77198a3202604f96adf65#egg=oppia-xblock
extra_args: -e
Expand Down