Skip to content

Commit

Permalink
fix(deps): add packaging requirement (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jun 16, 2021
1 parent ca13efd commit 89c126c
Show file tree
Hide file tree
Showing 2 changed files with 2 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
1 change: 1 addition & 0 deletions testing/constraints-3.6.txt
Expand Up @@ -14,3 +14,4 @@ sqlparse==0.3.0
opentelemetry-api==1.1.0
opentelemetry-sdk==1.1.0
opentelemetry-instrumentation==0.20b0
packaging==14.3

0 comments on commit 89c126c

Please sign in to comment.