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 e458d52 commit 792803a
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 @@ -32,6 +32,7 @@
"grpcio >= 1.18.0",
"grpcio-status >= 1.18.0",
"overrides>=6.0.1, <7.0.0",
"packaging >= 14.3",
]

setuptools.setup(
Expand Down
1 change: 1 addition & 0 deletions testing/constraints-3.6.txt
Expand Up @@ -7,3 +7,4 @@
# Then this file should have foo==1.14.0
google-cloud-pubsub==2.1.0
overrides==2.0.0
packaging==14.3

0 comments on commit 792803a

Please sign in to comment.