From d36783a7f18044e1dbd2ef3e35cddb898057625c Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Mon, 23 Feb 2026 22:50:50 +0100 Subject: [PATCH] feat: add google-auth and PyJWT for Google Wallet loyalty passes Co-Authored-By: Claude Opus 4.6 --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 2fcd715e..b5302d5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,3 +54,7 @@ prometheus_client>=0.20.0 # Cloud storage (S3-compatible - Cloudflare R2) boto3>=1.34.0 + +# Google Wallet integration (loyalty passes) +google-auth>=2.0.0 +PyJWT>=2.0.0