forked from peaceiris/mkdocs-material-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
35 lines (33 loc) · 1.23 KB
/
requirements-dev.txt
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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements --dev
#
# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
# requirements. To emit only development requirements, pass "--dev-only".
-i https://pypi.org/simple/
click==8.0.1; python_version >= '3.6'
ghp-import==2.0.1
importlib-metadata==4.5.0; python_version >= '3.6'
invoke==1.5.0
jinja2==3.0.1
markdown==3.3.4; python_version >= '3.6'
markupsafe==2.0.1; python_version >= '3.6'
mergedeep==1.3.4; python_version >= '3.6'
mkdocs-material-extensions==1.0.1; python_version >= '3.5'
mkdocs-material==7.1.8
mkdocs==1.2.1
packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
prompt-toolkit==3.0.18
pygments==2.9.0
pymdown-extensions==8.2; python_version >= '3.6'
pyparsing==3.0.0b2; python_version >= '3.5'
python-dateutil==2.8.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-markdown-math==0.8
pyyaml-env-tag==0.1; python_version >= '3.6'
pyyaml==5.4.1
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
watchdog==2.1.2; python_version >= '3.6'
wcwidth==0.2.5
zipp==3.4.1; python_version >= '3.6'