Skip to content

Commit 4e8423e

Browse files
Updating & renaming requirements (#4)
Ran update & updgrade on requirements.
1 parent c1abd47 commit 4e8423e

3 files changed

Lines changed: 1386 additions & 1357 deletions

File tree

src/requirements.in

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
--extra-index-url https://pypi.org/simple/
2+
3+
Sphinx
4+
5+
# At least 4.2.0, as it fixes a bug in combination with esbonio live preview:
6+
# https://github.com/useblocks/sphinx-needs/issues/1350
7+
sphinx-needs>=4.2.0
8+
9+
sphinxcontrib-plantuml
10+
pydata-sphinx-theme
11+
sphinx-design
12+
sphinx-autobuild
13+
ruamel.yaml
14+
PyGithub
15+
sphinx-needs[plotting]
16+
# Until release of esbonio 1.x, we need to install it ourselves so the VS Code esbonio-extension
17+
# can find it.
18+
# esbonio >= 1 comes bundled with the esbonio-extension >= 1.
19+
# esbonio<1 is required for the esbonio-extension <1
20+
esbonio<1
21+
22+
# Although not required in all targets, we want pytest within ide_support to run tests from the IDE.
23+
debugpy

0 commit comments

Comments
 (0)