Add shaarli2hoarder

This commit is contained in:
Marty Oehme 2025-03-12 14:16:59 +01:00
parent bd04d5bbde
commit 36252f6f19
Signed by: Marty
GPG key ID: 4E535BC19C61886E
5 changed files with 117 additions and 1 deletions

View file

@ -4,7 +4,16 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
dependencies = [
# REQUIRED FOR CURRENT SHAARLI2HOARDER IMPLEMENTATION ONLY
# "beautifulsoup4>=4.13.3",
# "netscape-bookmarks-file-parser",
# "pyjwt>=2.10.1",
# "requests>=2.32.3",
]
[tool.pyright]
typeCheckingMode = "basic"
[tool.uv.sources]
netscape-bookmarks-file-parser = { git = "https://github.com/FlyingWolFox/Netscape-Bookmarks-File-Parser.git" }