Skip to content

Commit

Permalink
fix(deps): add packaging requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jun 16, 2021
1 parent ca13efd commit 52424bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -34,6 +34,7 @@
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
"proto-plus >= 1.11.0",
"sqlparse >= 0.3.0",
"packaging >= 14.3",
]
extras = {
"tracing": [
Expand Down
2 changes: 2 additions & 0 deletions testing/constraints-3.6.txt
Expand Up @@ -14,3 +14,5 @@ sqlparse==0.3.0
opentelemetry-api==1.1.0
opentelemetry-sdk==1.1.0
opentelemetry-instrumentation==0.20b0
packaging==14.3
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is required through google-api-core

0 comments on commit 52424bd

Please sign in to comment.