6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-30 21:29:01 +00:00
tutor/requirements
Kyle McCormick 698f49854d build: NIGHTLY ONLY: install nightly branches of official plugins
For Tutor Nightly (and only Nightly), official plugins are now installed
from their nightly branches on GitHub instead of a version range on
PyPI. This will allow Nightly users to install all official plugins by
running:

    pip install -e ".[full]"

Notes:
  * We use the syntax `EGG @ git+REPO@nightly` because the
    more common syntax of `git+REPO@nightly#egg=EGG` does not work
    when supplied to setup.py's extras_require.
  * Unlike other plugins, tutor-license is still installed from PyPI,
    but without any version constraint. This is because tutor-license
    is a simple, closed-source plugin which activates Wizard edition
    for subscribers. It should be available in Nightly but doesn't
    need to be installed from its own bleeding-edge branch.
  * Unlike most nightly commits, this commit should NOT ever be
    reflected on master. When it comes time to merge nightly into
    master during the release of Nutmeg, this commit will need to
    be manually reverted from master.
  * Documentation updates have been made separately so that they
    can be merged into master.
2022-04-11 18:49:45 +02:00
..
base.in fix: incompatible deprecated click versions 2021-07-03 11:08:27 +02:00
base.txt chore: upgrade mypy 2022-02-21 10:59:53 +01:00
dev.in refactor: add code coverage, cover CLI commands with tests 2022-01-04 13:40:33 +01:00
dev.txt refactor: add code coverage, cover CLI commands with tests 2022-01-04 13:40:33 +01:00
docs.in docs: generate reference docs automatically 2021-10-14 12:59:57 +02:00
docs.txt chore: get rid of outdated pycryptodome ugly patch 2021-10-25 20:19:27 +02:00
plugins.txt build: NIGHTLY ONLY: install nightly branches of official plugins 2022-04-11 18:49:45 +02:00