10 lines
325 B
Plaintext
10 lines
325 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+ssh://git@github.com/MITx/xmodule-debugger@9a4f883a#egg=XBlock
|