feat: replace xkcdpass gen utils by arch extra package

This commit is contained in:
Matthieu Bessat 2025-02-13 17:42:10 +01:00
parent 8421100874
commit fbf779de3c
2 changed files with 5 additions and 1 deletions

View file

@ -255,6 +255,8 @@ common:
random_gen: random_gen:
- python-faker - python-faker
- aur/uuid - aur/uuid
- name: xkcdpass
desc: Generate secure passphares inspired by XKCD
hashing: hashing:
- name: aur/apache-tools - name: aur/apache-tools
desc: provide htpasswd desc: provide htpasswd
@ -315,6 +317,8 @@ common:
- kubectl - kubectl
- name: aur/hadolint-bin - name: aur/hadolint-bin
desc: Linter for Dockerfile, with all haskell dependencies desc: Linter for Dockerfile, with all haskell dependencies
- name: trivy
desc: Container image security scanner
programming: programming:
_: _:
@ -372,6 +376,7 @@ common:
- uv - uv
lint: lint:
- ruff - ruff
- bandit
lib: lib:
- python-pyaml - python-pyaml
- python-numpy - python-numpy

View file

@ -2,7 +2,6 @@ base:
- pipdeptree - pipdeptree
- copyparty - copyparty
- lesspass - lesspass
- xkcd-pass
- yewtube - yewtube
- lesspass - lesspass
- mkdocs - mkdocs