-
Notifications
You must be signed in to change notification settings - Fork 13
/
Pipfile
45 lines (40 loc) · 887 Bytes
/
Pipfile
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
36
37
38
39
40
41
42
43
44
45
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
mkdocs = "==1.5.2"
mkdocs-material = "==9.2.7"
python-markdown-math = "==0.8"
pyyaml = "==6.0"
mkdocs-mermaid2-plugin = "==1.1.1"
click = "==8.1.3"
ghp-import = "==2.1.0"
jinja2 = "==3.1.2"
markdown = "==3.3.7"
markupsafe = "==2.1.2"
mergedeep = "==1.3.4"
mkdocs-glightbox = "==0.3.4"
mkdocs-material-extensions = "==1.1.1"
mkdocs-rss-plugin = "==1.8.0"
packaging = "==23.0"
prompt-toolkit = "==3.0.38"
pygments = "==2.16.1"
pymdown-extensions = "==10.3"
python-dateutil = "==2.8.2"
pyyaml-env-tag = "==0.1"
six = "==1.16.0"
watchdog = "==2.3.1"
wcwidth = "==0.2.6"
[dev-packages]
invoke = "*"
[requires]
python_version = "3.10"
[pipenv]
allow_prereleases = true
[scripts]
version = "mkdocs --version"
help = "mkdocs --help"
serve = "inv serve"
build = "mkdocs build"
deploy = "mkdocs gh-deploy"