initial commit
This commit is contained in:
commit
b125751f7d
6 changed files with 330 additions and 0 deletions
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[project]
|
||||
name = "shaarli2hoarder"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"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