10 lines
316 B
Plaintext
10 lines
316 B
Plaintext
# Python libraries to install that are local to the mitx repo
|
|
-e common/lib/capa
|
|
-e common/lib/xmodule
|
|
-e .
|
|
|
|
# XBlock:
|
|
# Might change frequently, so put it in local-requirements.txt,
|
|
# but conceptually is an external package, so it is in a separate repo.
|
|
-e git+https://github.com/edx/XBlock.git@2e0770ff#egg=XBlock
|