feat: replace xkcdpass gen utils by arch extra package
This commit is contained in:
parent
8421100874
commit
fbf779de3c
2 changed files with 5 additions and 1 deletions
|
|
@ -255,6 +255,8 @@ common:
|
|||
random_gen:
|
||||
- python-faker
|
||||
- aur/uuid
|
||||
- name: xkcdpass
|
||||
desc: Generate secure passphares inspired by XKCD
|
||||
hashing:
|
||||
- name: aur/apache-tools
|
||||
desc: provide htpasswd
|
||||
|
|
@ -315,6 +317,8 @@ common:
|
|||
- kubectl
|
||||
- name: aur/hadolint-bin
|
||||
desc: Linter for Dockerfile, with all haskell dependencies
|
||||
- name: trivy
|
||||
desc: Container image security scanner
|
||||
|
||||
programming:
|
||||
_:
|
||||
|
|
@ -372,6 +376,7 @@ common:
|
|||
- uv
|
||||
lint:
|
||||
- ruff
|
||||
- bandit
|
||||
lib:
|
||||
- python-pyaml
|
||||
- python-numpy
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ base:
|
|||
- pipdeptree
|
||||
- copyparty
|
||||
- lesspass
|
||||
- xkcd-pass
|
||||
- yewtube
|
||||
- lesspass
|
||||
- mkdocs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue