Add shaarli2hoarder
This commit is contained in:
parent
bd04d5bbde
commit
36252f6f19
5 changed files with 117 additions and 1 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue