add missing license for hvac library

license taken from https://github.com/hvac/hvac/blob/main/LICENSE.txt

Signed-off-by: Sven Kieske <kieske@osism.tech>
Change-Id: I1e619cbf17d49a5ff1496637f8084a03ace9b599
This commit is contained in:
Sven Kieske 2024-06-24 14:54:29 +02:00 committed by Michal Nasiadka
parent 251febffcc
commit 10928faa91

View File

@ -5,7 +5,7 @@ bcrypt>=3.0.0 # Apache-2.0
cryptography>=2.1 # BSD/Apache-2.0
# Hashicorp Vault
hvac>=0.10.1
hvac>=0.10.1 # Apache-2.0
# templating
Jinja2>=3 # BSD License (3 clause)