Switching to uv and direnv.
This commit is contained in:
parent
4777d96c42
commit
888b8ae98f
6 changed files with 96 additions and 34 deletions
56
pyproject.toml
Normal file
56
pyproject.toml
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
[project]
|
||||
name = "gugulet-hu"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
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",
|
||||
"zipp==3.23.0",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue