-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (40 loc) · 970 Bytes
/
pyproject.toml
File metadata and controls
40 lines (40 loc) · 970 Bytes
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
[project]
name = "scale-docs"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"babel==2.15.0",
"certifi==2024.7.4",
"charset-normalizer==3.3.2",
"click==8.1.7",
"colorama==0.4.6",
"ghp-import==2.1.0",
"idna==3.7",
"jinja2==3.1.4",
"markdown==3.6",
"markupsafe==2.1.5",
"mergedeep==1.3.4",
"mike==2.1.3",
"mkdocs==1.6.0",
"mkdocs-get-deps==0.2.0",
"mkdocs-macros-plugin==1.3.7",
"mkdocs-material==9.6.9",
"mkdocs-material-extensions==1.3.1",
"mkdocs-redirects>=1.2.2",
"packaging==24.1",
"paginate==0.5.6",
"pathspec==0.12.1",
"platformdirs==4.2.2",
"pygments==2.18.0",
"pymdown-extensions==10.8.1",
"python-dateutil==2.9.0.post0",
"pyyaml==6.0.1",
"pyyaml-env-tag==0.1",
"regex==2024.5.15",
"requests==2.32.3",
"six==1.16.0",
"urllib3==2.2.2",
"watchdog==4.0.1",
]