1
0

Secrets
Some checks failed
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 21s
Run Python tests (through Pytest) / Test (push) Failing after 23s

This commit is contained in:
Jon Michael Aanes 2025-01-22 17:37:08 +01:00
parent 13658958e4
commit b1df2edc17
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import secret_loader
secrets = secret_loader.SecretLoader()
PARCELS_API_KEY = secrets.load('PARCELS_API_KEY')

View File

@ -1,2 +1,3 @@
bottle
requests
secret_loader @ git+https://gitfub.space/Jmaa/secret_loader