Added optional encryption dependency
This commit is contained in:
parent
5b42c8328e
commit
53dc777419
@ -1,3 +1,9 @@
|
|||||||
# lib-secret-manager
|
# lib-secret-manager
|
||||||
|
|
||||||
Simple helper library to import and consume secrets
|
Simple helper library to import and consume secrets
|
||||||
|
|
||||||
|
### For pods without encryption_key
|
||||||
|
lib-secret-manager @ git+https://git.gansejunge.com/notifier/lib-secret-manager.git@main
|
||||||
|
|
||||||
|
### For pods with encryption_key
|
||||||
|
lib-secret-manager[encryption] @ git+https://git.gansejunge.com/notifier/lib-secret-manager.git@main
|
||||||
@ -7,6 +7,9 @@ requires-python = ">=3.10"
|
|||||||
authors = [{ name = "Florian Gänsejunge" }]
|
authors = [{ name = "Florian Gänsejunge" }]
|
||||||
dependencies = ["simple-logger-handler @ git+https://git.gansejunge.com/notifier/lib-logger-handler.git@main"]
|
dependencies = ["simple-logger-handler @ git+https://git.gansejunge.com/notifier/lib-logger-handler.git@main"]
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
encryption = ["cryptography==46.0.2"]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=61"]
|
requires = ["setuptools>=61"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user