tutor/requirements/docs.txt

157 lines
3.1 KiB
Plaintext
Raw Normal View History

2019-02-20 11:52:57 +00:00
#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
2019-02-20 11:52:57 +00:00
#
2020-01-13 21:33:12 +00:00
# pip-compile requirements/docs.in
2019-02-20 11:52:57 +00:00
#
alabaster==0.7.12
# via sphinx
appdirs==1.4.4
# via -r requirements/base.txt
babel==2.11.0
# via sphinx
cachetools==5.2.0
# via
# -r requirements/base.txt
# google-auth
2022-11-22 12:53:29 +00:00
certifi==2022.12.7
# via
# -r requirements/base.txt
# kubernetes
# requests
charset-normalizer==2.1.1
# via
# -r requirements/base.txt
# requests
click==8.1.3
# via
# -r requirements/base.txt
# sphinx-click
docutils==0.17.1
# via
# sphinx
# sphinx-click
# sphinx-rtd-theme
2022-11-22 12:53:29 +00:00
google-auth==2.15.0
# via
# -r requirements/base.txt
# kubernetes
idna==3.4
# via
# -r requirements/base.txt
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.0.0
# via sphinx
jinja2==3.1.2
# via
# -r requirements/base.txt
# sphinx
kubernetes==25.3.0
# via -r requirements/base.txt
markupsafe==2.1.1
# via
# -r requirements/base.txt
# jinja2
2022-11-21 09:10:07 +00:00
mypy==0.991
# via -r requirements/base.txt
mypy-extensions==0.4.3
# via
# -r requirements/base.txt
# mypy
oauthlib==3.2.2
# via
# -r requirements/base.txt
# requests-oauthlib
2022-11-22 12:53:29 +00:00
packaging==22.0
# via sphinx
pyasn1==0.4.8
# via
# -r requirements/base.txt
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via
# -r requirements/base.txt
# google-auth
2022-11-22 12:53:29 +00:00
pycryptodome==3.16.0
# via -r requirements/base.txt
pygments==2.13.0
# via sphinx
python-dateutil==2.8.2
# via
# -r requirements/base.txt
# kubernetes
pytz==2022.6
# via babel
pyyaml==6.0
# via
# -r requirements/base.txt
# kubernetes
requests==2.28.1
# via
# -r requirements/base.txt
# kubernetes
# requests-oauthlib
# sphinx
requests-oauthlib==1.3.1
# via
# -r requirements/base.txt
# kubernetes
rsa==4.9
# via
# -r requirements/base.txt
# google-auth
six==1.16.0
# via
# -r requirements/base.txt
# google-auth
# kubernetes
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
sphinx==5.3.0
# via
# -r requirements/docs.in
# sphinx-click
# sphinx-rtd-theme
2022-11-22 12:53:29 +00:00
sphinx-click==4.4.0
# via -r requirements/docs.in
sphinx-rtd-theme==1.1.1
# via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
feat: migrate to plugins.v1 with filters & actions This is a very large refactoring which aims at making Tutor both more extendable and more generic. Historically, the Tutor plugin system was designed as an ad-hoc solution to allow developers to modify their own Open edX platforms without having to fork Tutor. The plugin API was simple, but limited, because of its ad-hoc nature. As a consequence, there were many things that plugin developers could not do, such as extending different parts of the CLI or adding custom template filters. Here, we refactor the whole codebase to make use of a generic plugin system. This system was inspired by the Wordpress plugin API and the Open edX "hooks and filters" API. The various components are added to a small core thanks to a set of actions and filters. Actions are callback functions that can be triggered at different points of the application lifecycle. Filters are functions that modify some data. Both actions and filters are collectively named as "hooks". Hooks can optionally be created within a certain context, which makes it easier to keep track of which application created which callback. This new hooks system allows us to provide a Python API that developers can use to extend their applications. The API reference is added to the documentation, along with a new plugin development tutorial. The plugin v0 API remains supported for backward compatibility of existing plugins. Done: - Do not load commands from plugins which are not enabled. - Load enabled plugins once on start. - Implement contexts for actions and filters, which allow us to keep track of the source of every hook. - Migrate patches - Migrate commands - Migrate plugin detection - Migrate templates_root - Migrate config - Migrate template environment globals and filters - Migrate hooks to tasks - Generate hook documentation - Generate patch reference documentation - Add the concept of action priority Close #499.
2022-02-07 17:11:43 +00:00
tomli==2.0.1
# via
# -r requirements/base.txt
# mypy
typing-extensions==4.4.0
# via
# -r requirements/base.txt
# mypy
2022-11-22 12:53:29 +00:00
urllib3==1.26.13
# via
# -r requirements/base.txt
# kubernetes
# requests
websocket-client==1.4.2
# via
# -r requirements/base.txt
# kubernetes
zipp==3.11.0
# via importlib-metadata
2020-01-13 21:33:12 +00:00
# The following packages are considered to be unsafe in a requirements file:
# setuptools