From 067f362c364dc38683c042116e372d4fbe55cac3 Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Fri, 14 Oct 2022 16:43:17 -0400 Subject: [PATCH] fix(fac): Include pyjwt in distribution artifacts --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a54949891..5d917c661 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ 'google-api-python-client >= 1.7.8', 'google-cloud-firestore>=2.1.0; platform.python_implementation != "PyPy"', 'google-cloud-storage>=1.37.1', + 'pyjwt[crypto] >= 2.5.0', ] setup(