57 lines
1.4 KiB
TOML
57 lines
1.4 KiB
TOML
[project]
|
|
name = "gugulet-hu"
|
|
version = "2.0.0"
|
|
description = "The perosnal website of gugulet.hu"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"babel==2.17.0",
|
|
"backrefs==5.9",
|
|
"beautifulsoup4==4.14.2",
|
|
"certifi==2025.10.5",
|
|
"charset-normalizer==3.4.4",
|
|
"click==8.1.8",
|
|
"colorama==0.4.6",
|
|
"csscompressor==0.9.5",
|
|
"editorconfig==0.17.1",
|
|
"ghp-import==2.1.0",
|
|
"hjson==3.1.0",
|
|
"htmlmin2==0.1.13",
|
|
"idna==3.11",
|
|
"importlib-metadata==8.7.0",
|
|
"jinja2==3.1.6",
|
|
"jsbeautifier==1.15.4",
|
|
"jsmin==3.0.1",
|
|
"markdown==3.9",
|
|
"markupsafe==3.0.3",
|
|
"mergedeep==1.3.4",
|
|
"mkdocs==1.6.1",
|
|
"mkdocs-get-deps==0.2.0",
|
|
"mkdocs-glightbox==0.5.1",
|
|
"mkdocs-macros-plugin==1.4.0",
|
|
"mkdocs-material==9.6.22",
|
|
"mkdocs-material-extensions==1.3.1",
|
|
"mkdocs-mermaid2-plugin==1.2.3",
|
|
"mkdocs-minify-plugin==0.8.0",
|
|
"mkdocs-section-index==0.3.10",
|
|
"packaging==25.0",
|
|
"paginate==0.5.7",
|
|
"pathspec==0.12.1",
|
|
"platformdirs==4.4.0",
|
|
"pygments==2.19.2",
|
|
"pymdown-extensions==10.16.1",
|
|
"python-dateutil==2.9.0.post0",
|
|
"pyyaml==6.0.3",
|
|
"pyyaml-env-tag==1.1",
|
|
"requests==2.32.5",
|
|
"selectolax==0.3.29",
|
|
"six==1.17.0",
|
|
"soupsieve==2.8",
|
|
"super-collections==0.6.2",
|
|
"termcolor==3.1.0",
|
|
"typing-extensions==4.15.0",
|
|
"urllib3==2.5.0",
|
|
"watchdog==6.0.0",
|
|
"zensical>=0.0.5",
|
|
"zipp==3.23.0",
|
|
]
|