Add tag relationship visualisation graph tool
This commit is contained in:
parent
90d871246b
commit
01997aee90
8 changed files with 473 additions and 78 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue