-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
28 lines (27 loc) · 915 Bytes
/
requirements.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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple/
click==8.1.7; python_version >= '3.8'
ghp-import==2.1.0
jinja2==3.1.3
markdown==3.5.2; python_version >= '3.6'
markupsafe==2.1.5; python_version >= '3.8'
mergedeep==1.3.4; python_version >= '3.6'
mkdocs-material-extensions==1.3.1; python_version >= '3.8'
mkdocs-material>=9.5.15
mkdocs>=1.5.3
packaging==23.2; python_version >= '3.8'
prompt-toolkit==3.0.43
pygments==2.15.0
pymdown-extensions==10.0; python_version >= '3.8'
python-dateutil==2.9.0.post0; 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==6.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
watchdog==2.3.1; python_version >= '3.6'
wcwidth==0.2.13