16 lines
465 B
Plaintext
16 lines
465 B
Plaintext
#
|
|
# Dependencies that are used in development only - and are *NOT* needed to be installed in staging/production.
|
|
#
|
|
# These must be installed manually in your development environment using:
|
|
#
|
|
# pip install -r requirements/edx/development.txt
|
|
#
|
|
|
|
# Python libraries to install directly from github / PyPi
|
|
|
|
click==3.3
|
|
isort==4.2.5
|
|
|
|
# Third-party:
|
|
-e git+https://github.com/doctoryes/code_block_timer.git@f3d0629f086bcc649c3c77f4bc5b9c2c8172c3bf#egg=code_block_timer
|