Skip to content

Commit 94281c5

Browse files
authored
fix(deps): add packaging requirement (#162)
1 parent 04c77fc commit 94281c5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"grpcio >= 1.18.0",
3333
"grpcio-status >= 1.18.0",
3434
"overrides>=6.0.1, <7.0.0",
35+
"packaging >= 14.3",
3536
]
3637

3738
setuptools.setup(

testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
# Then this file should have foo==1.14.0
88
google-cloud-pubsub==2.1.0
99
overrides==2.0.0
10+
packaging==14.3

0 commit comments

Comments
 (0)