6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-21 00:49:02 +00:00
tutor/requirements/plugins.txt

14 lines
813 B
Plaintext
Raw Normal View History

# For Tutor Nightly, we install plugins from their nightly branches instead of from PyPI
# (except tutor-license, for which we just want the latest version from PyPI).
tutor-android @ git+https://github.com/overhangio/tutor-android@nightly
tutor-discovery @ git+https://github.com/overhangio/tutor-discovery@nightly
tutor-ecommerce @ git+https://github.com/overhangio/tutor-ecommerce@nightly
tutor-forum @ git+https://github.com/overhangio/tutor-forum@nightly
tutor-license
tutor-mfe @ git+https://github.com/overhangio/tutor-mfe@nightly
tutor-minio @ git+https://github.com/overhangio/tutor-minio@nightly
tutor-notes @ git+https://github.com/overhangio/tutor-notes@nightly
tutor-webui @ git+https://github.com/overhangio/tutor-webui@nightly
tutor-xqueue @ git+https://github.com/overhangio/tutor-xqueue@nightly
2022-06-09 18:01:26 +00:00