Skip to content

Commit

Permalink
build(deps): add pkce library
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifArmanRahman committed Aug 15, 2022
1 parent d9bd471 commit 134855f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = [
"google-auth>=2.9.1",
"google-cloud-firestore>=2.5.3",
"google-cloud-storage>=2.0.0",
"pkce>=1.0.0",
"python_jwt>=3.3.2",
"requests>=2.27.1",
"six>=1.16.0"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
google-auth>=2.9.1
google-cloud-firestore>=2.5.3
google-cloud-storage>=2.0.0
pkce>=1.0.0
python_jwt>=3.3.2
requests>=2.27.1
six>=1.16.0

0 comments on commit 134855f

Please sign in to comment.