Skip to content

Commit cc01910

Browse files
authored
Update requirements.txt
1 parent 56dc167 commit cc01910

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

requirements.txt

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,24 @@
1919
# IN THE SOFTWARE.
2020

2121
# Direct dependencies
22-
jinja2>=3.0.2
23-
markdown>=3.2
24-
mkdocs>=1.3.0
25-
mkdocs-material-extensions>=1.0.3
26-
pygments>=2.12
27-
pymdown-extensions>=9.4
22+
# jinja2>=3.0.2
23+
# markdown>=3.2
24+
# mkdocs>=1.3.0
25+
# mkdocs-material-extensions>=1.0.3
26+
# pygments>=2.12
27+
# pymdown-extensions>=9.4
28+
29+
# Requirements for core
30+
jinja2~=3.1
31+
markdown~=3.2
32+
mkdocs~=1.6
33+
mkdocs-material-extensions~=1.3
34+
pygments~=2.16
35+
pymdown-extensions~=10.2
36+
37+
# Requirements for plugins
38+
babel~=2.10
39+
colorama~=0.4
40+
paginate~=0.5
41+
backrefs~=5.7.post1
42+
requests~=2.26

0 commit comments

Comments
 (0)