Skip to content

Commit 134855f

Browse files
build(deps): add pkce library
1 parent d9bd471 commit 134855f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies = [
3535
"google-auth>=2.9.1",
3636
"google-cloud-firestore>=2.5.3",
3737
"google-cloud-storage>=2.0.0",
38+
"pkce>=1.0.0",
3839
"python_jwt>=3.3.2",
3940
"requests>=2.27.1",
4041
"six>=1.16.0"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
google-auth>=2.9.1
22
google-cloud-firestore>=2.5.3
33
google-cloud-storage>=2.0.0
4+
pkce>=1.0.0
45
python_jwt>=3.3.2
56
requests>=2.27.1
67
six>=1.16.0

0 commit comments

Comments
 (0)