Add tag relationship visualisation graph tool
All checks were successful
CI / test (push) Successful in 3m43s
Lint / test (push) Successful in 28s
Trivy / test (push) Successful in 24s

This commit is contained in:
Miguel Jacq 2025-11-18 17:29:57 +11:00
parent 90d871246b
commit 01997aee90
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
8 changed files with 473 additions and 78 deletions

View file

@ -10,10 +10,12 @@ packages = [{ include = "bouquin" }]
include = ["bouquin/locales/*.json"]
[tool.poetry.dependencies]
python = ">=3.9,<3.14"
python = ">=3.11,<3.14"
pyside6 = ">=6.8.1,<7.0.0"
sqlcipher3-wheels = "^0.5.5.post0"
requests = "^2.32.5"
pyqtgraph = "^0.14.0"
networkx = "^3.5"
[tool.poetry.scripts]
bouquin = "bouquin.__main__:main"