remove time graph visualiser. More tests. Other fixes
Some checks failed
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled

This commit is contained in:
Miguel Jacq 2025-11-19 15:33:31 +11:00
parent 0b3249c7ef
commit 985541a1d8
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
18 changed files with 4087 additions and 971 deletions

View file

@ -10,12 +10,10 @@ packages = [{ include = "bouquin" }]
include = ["bouquin/locales/*.json"]
[tool.poetry.dependencies]
python = ">=3.11,<3.14"
python = ">=3.10,<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"