-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathrequirements.in
More file actions
35 lines (29 loc) · 1.04 KB
/
requirements.in
File metadata and controls
35 lines (29 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Sphinx>=8.1.3,<9
# At least 4.2.0, as it fixes a bug in combination with esbonio live preview:
# https://github.com/useblocks/sphinx-needs/issues/1350
sphinx-needs>=6.3.0,<7
# Due to needed bugfix in 0.3.1
sphinx-collections>=0.3.1
sphinxcontrib-plantuml
pydata-sphinx-theme
sphinx-design
sphinx-autobuild
ruamel.yaml
myst-parser
PyGithub
sphinx-needs[plotting]
sphinxcontrib.mermaid
# Until release of esbonio 1.x, we need to install it ourselves so the VS Code esbonio-extension
# can find it.
# esbonio >= 1 comes bundled with the esbonio-extension >= 1.
# esbonio<1 is required for the esbonio-extension <1
esbonio<1
# Although not required in all targets, we want pytest within ide_support to run tests from the IDE.
debugpy
rich
# write out dynamically assembled Sphinx-Needs configuration in TOML format
needs-config-writer == 0.2.4
# use this for a specific commit for fast development iterations
# needs-config-writer @ https://github.com/useblocks/needs-config-writer/archive/032a5f8.zip
# Need this to enable non bazel exectuion
bazel-runfiles