Skip to content

Commit 37ecf18

Browse files
fix(fac): Include pyjwt in distribution artifacts (#654)
Adding pyjwt to setup.py to include the dependency in the distribution artifacts.
1 parent d7772f9 commit 37ecf18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
'google-api-python-client >= 1.7.8',
4343
'google-cloud-firestore>=2.1.0; platform.python_implementation != "PyPy"',
4444
'google-cloud-storage>=1.37.1',
45+
'pyjwt[crypto] >= 2.5.0',
4546
]
4647

4748
setup(

0 commit comments

Comments
 (0)