Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

fix(deps): add packaging requirement #20

Merged
merged 4 commits into from
May 18, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
dependencies = [
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
"proto-plus >= 1.18.1",
"grpc-google-iam-v1",
"packaging >= 14.3" "grpc-google-iam-v1",
"six",
]

Expand Down
1 change: 1 addition & 0 deletions testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ google-api-core==1.22.2
proto-plus==1.18.1
grpc-google-iam-v1==0.12.3
six==1.13.0
packaging==14.3