Skip to content

Commit db21f83

Browse files
committed
chore: update requirements
1 parent 83c79c4 commit db21f83

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

requirements.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1+
# Core
12
mkdocs>=1.5.0
2-
mkdocs-material>=9.5.0
33

4+
# Theme
5+
mkdocs-shadcn>=0.0.0
6+
7+
# Markdown extensions / highlighting
48
pymdown-extensions>=10.7
5-
click==8.2.1 # это важно, иначе ломается автообновление
9+
pygments>=2.16.0
10+
11+
# Deploy to GitHub Pages via `mkdocs gh-deploy`
12+
ghp-import>=2.1.0
613

14+
# Dev server / autoreload
15+
click==8.2.1
716
watchdog>=3.0.0

0 commit comments

Comments
 (0)