-
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathrequirements.txt
More file actions
33 lines (33 loc) · 1.48 KB
/
requirements.txt
File metadata and controls
33 lines (33 loc) · 1.48 KB
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
-i https://pypi.org/simple
babel==2.17.0; python_version >= '3.8'
certifi==2024.12.14; python_version >= '3.6'
charset-normalizer==3.4.4; python_full_version >= '3.7.0'
click==8.3.1; python_version >= '3.7'
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
ghp-import==2.1.0
idna==3.11; python_version >= '3.5'
jinja2==3.1.6; python_version >= '3.7'
markdown==3.10; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
mergedeep==1.3.4; python_version >= '3.6'
mkdocs==1.6.1; python_version >= '3.8'
mkdocs-get-deps==0.2.0; python_version >= '3.8'
mkdocs-material==9.7.1; python_version >= '3.8'
mkdocs-material-extensions==1.3.1; python_version >= '3.8'
packaging==24.2; python_version >= '3.7'
paginate==0.5.7
pathspec==0.12.1; python_version >= '3.8'
platformdirs==4.5.1; python_version >= '3.8'
prompt-toolkit==3.0.52; python_full_version >= '3.7.0'
pygments==2.19.2; python_version >= '3.8'
pymdown-extensions==10.20; 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.9; python_version >= '3.6'
pyyaml==6.0.3; python_version >= '3.6'
pyyaml-env-tag==0.1; python_version >= '3.6'
regex==2024.11.6; python_version >= '3.8'
requests==2.32.5; python_version >= '3.7'
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
urllib3==2.6.3; python_version >= '3.8'
watchdog==4.0.2; python_version >= '3.8'
wcwidth==0.2.14