Add rpm
All checks were successful
CI / test (push) Successful in 8m7s
Lint / test (push) Successful in 35s
Trivy / test (push) Successful in 18s

This commit is contained in:
Miguel Jacq 2025-12-24 15:26:41 +11:00
parent 4fda9833ed
commit 9b457278f9
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
6 changed files with 240 additions and 3 deletions

View file

@ -13,8 +13,8 @@ include = ["bouquin/locales/*.json", "bouquin/keys/mig5.asc", "bouquin/fonts/Not
python = ">=3.10,<3.14"
pyside6 = ">=6.8.1,<7.0.0"
bouquin-sqlcipher4 = "^4.12.0"
requests = "^2.32.5"
markdown = "^3.10"
requests = "^2.32.3"
markdown = "^3.7"
[tool.poetry.scripts]
bouquin = "bouquin.__main__:main"