-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpyproject.toml
More file actions
48 lines (48 loc) · 1.14 KB
/
Copy pathpyproject.toml
File metadata and controls
48 lines (48 loc) · 1.14 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[project]
name = "docs"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"babel==2.14.0",
"certifi==2023.11.17",
"charset-normalizer==3.3.2",
"click==8.1.7",
"colorama==0.4.6",
"ghp-import==2.1.0",
"gitdb==4.0.11",
"gitpython==3.1.41",
"idna==3.6",
"importlib-metadata==7.0.1",
"importlib-resources==6.1.1",
"jinja2==3.1.3",
"markdown==3.5.2",
"markupsafe==2.1.3",
"mergedeep==1.3.4",
"mike==2.0.0",
"mkdocs==1.5.3",
"mkdocs-glightbox==0.3.7",
"mkdocs-material==9.5.3",
"mkdocs-material-extensions==1.3.1",
"mkdocs-rss-plugin==1.12.1",
"mkdocs-snippet-plugin==1.0.2",
"packaging==23.2",
"paginate==0.5.6",
"pathspec==0.12.1",
"platformdirs==4.1.0",
"pygments==2.17.2",
"pymdown-extensions==10.7",
"pyparsing==3.1.1",
"python-dateutil==2.8.2",
"pyyaml==6.0.1",
"pyyaml-env-tag==0.1",
"regex==2023.12.25",
"requests==2.31.0",
"six==1.16.0",
"smmap==5.0.1",
"urllib3==2.1.0",
"verspec==0.1.0",
"watchdog==3.0.0",
"zipp==3.17.0",
]