during course import/export. Uses external code_block_timer module. Also, add script which validates XML file against an XSD file. Uses the unittest framework - but is currently skipped.
11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
#
|
|
# Dependencies that are used in development only - and are *NOT* needed to be installed in staging/production.
|
|
#
|
|
|
|
# Python libraries to install directly from github / PyPi
|
|
|
|
click==3.3
|
|
|
|
# Third-party:
|
|
-e git+https://github.com/doctoryes/code_block_timer.git@f3d0629f086bcc649c3c77f4bc5b9c2c8172c3bf#egg=code_block_timer
|