-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpyproject.toml
More file actions
45 lines (45 loc) · 1.11 KB
/
pyproject.toml
File metadata and controls
45 lines (45 loc) · 1.11 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
[project]
name = "hysteria-website"
version = "0.1.0"
description = "Hysteria 2 documentation website"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"babel==2.15.0",
"beautifulsoup4==4.12.3",
"certifi==2024.2.2",
"charset-normalizer==3.3.2",
"click==8.1.7",
"colorama==0.4.6",
"editorconfig==0.12.4",
"ghp-import==2.1.0",
"idna==3.7",
"jinja2==3.1.4",
"jsbeautifier==1.15.1",
"markdown==3.6",
"markupsafe==2.1.5",
"mergedeep==1.3.4",
"mkdocs==1.6.0",
"mkdocs-get-deps==0.2.0",
"mkdocs-glightbox==0.4.0",
"mkdocs-material==9.5.22",
"mkdocs-material-extensions==1.3.1",
"mkdocs-mermaid2-plugin==1.1.1",
"mkdocs-static-i18n==1.2.3",
"packaging==24.0",
"paginate==0.5.6",
"pathspec==0.12.1",
"platformdirs==4.2.1",
"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.10",
"requests==2.31.0",
"setuptools==69.5.1",
"six==1.16.0",
"soupsieve==2.5",
"urllib3==2.2.1",
"watchdog==4.0.0",
]